diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-03 07:41:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-03 07:41:59 +0800 |
commit | 77c133d40ff3508e7ef48bd87659f8e2f69b61a5 (patch) | |
tree | 36954c6f99c1ab46e8ee4b8b112a0e72258151b6 /net/tcping | |
parent | 79e9dccf32bbe4f0da664095e2a22ccf3260c707 (diff) | |
download | freebsd-ports-gnome-77c133d40ff3508e7ef48bd87659f8e2f69b61a5.tar.gz freebsd-ports-gnome-77c133d40ff3508e7ef48bd87659f8e2f69b61a5.tar.zst freebsd-ports-gnome-77c133d40ff3508e7ef48bd87659f8e2f69b61a5.zip |
Remove Author from pkg-descr and white space fixes
Diffstat (limited to 'net/tcping')
-rw-r--r-- | net/tcping/pkg-descr | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net/tcping/pkg-descr b/net/tcping/pkg-descr index dc66d940f58a..8a817cb32706 100644 --- a/net/tcping/pkg-descr +++ b/net/tcping/pkg-descr @@ -1,11 +1,10 @@ -tcping does a TCP connect to the given ip/port combination. -The user can specify a timeout in seconds. -This is useful in shell scripts running in firewalled environments. -Often SYNs are just being dropped by firewalls, -thus connection establishment will be retried several times -(for minutes) until a TCP timeout is reached. -With tcping it is possible to check first if the desired port +tcping does a TCP connect to the given ip/port combination. +The user can specify a timeout in seconds. +This is useful in shell scripts running in firewalled environments. +Often SYNs are just being dropped by firewalls, +thus connection establishment will be retried several times +(for minutes) until a TCP timeout is reached. +With tcping it is possible to check first if the desired port is reachable and then start connection establishment. -Author: Marc Kirchner <mail(at)marc(dash)kirchner(dot)de> -WWW: http://www.linuxco.de/tcping/tcping.html +WWW: http://www.linuxco.de/tcping/tcping.html |