mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
a1de4e139c
"ping packets". It is intended for use in network monitoring applications or applications that would otherwise need to fork ping(1) frequently. Included is a sample application, called oping, which demostrates the library's abilities. It is like ping, ping6, and fping rolled into one. WWW: http://verplant.org/liboping/ PR: ports/116735 Submitted by: Matt Peterson <matt at peterson.org>
8 lines
394 B
Plaintext
8 lines
394 B
Plaintext
liboping is a C library to generate ICMP echo requests, better known as
|
|
"ping packets". It is intended for use in network monitoring applications
|
|
or applications that would otherwise need to fork ping(1) frequently.
|
|
Included is a sample application, called oping, which demostrates the
|
|
library's abilities. It is like ping, ping6, and fping rolled into one.
|
|
|
|
WWW: http://verplant.org/liboping/
|