aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-12-17 17:24:58 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-12-17 17:24:58 +0000
commitd11936114f4a6fa2a85717456d4f2663888a02e7 (patch)
tree437b41d8f6c20bf61b0a4ad8b6604f0f615def26 /net/Makefile
parent289ced7fc41f01609afaad71a0f8671ca1e70467 (diff)
downloadports-d11936114f4a6fa2a85717456d4f2663888a02e7.tar.gz
ports-d11936114f4a6fa2a85717456d4f2663888a02e7.zip
Add tcping 1.3.3, do a TCP connect to the given ip/port combination.
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://stud.fh-heilbronn.de/~kirchner/tcping/tcping.html PR: 60301 Submitted by: Dryice Liu
Notes
Notes: svn path=/head/; revision=96073
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index c5777da9f27d..182dffd4b27f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -675,6 +675,7 @@
SUBDIR += tcpdump
SUBDIR += tcpflow
SUBDIR += tcpillust
+ SUBDIR += tcping
SUBDIR += tcpmssd
SUBDIR += tcpreen
SUBDIR += tcpreplay