1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/net/liboping/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

12 lines
635 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 demonstrates the
library's abilities. It is like ping, ping6, and fping rolled into one.
Version 1.4.0, a second example application, noping, provides an
ncurses-based front-end to liboping. Using curses windows it is able
to display the ping statistics online 'live'. An aberrant behavior
detection highlights all round-trip times that are unusually high or
low.