aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcping
Commit message (Collapse)AuthorAgeFilesLines
* [maintainer update] 16 ports: add mirror MASTER_SITESedwin2005-01-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES of the following ports. Thanks Clive Lin and bsdchat.com for the mirror space! chinese/xpdf deskutils/etask devel/cedet devel/ecb devel/eieio devel/ipython devel/kodos devel/semantic devel/xtla editors/speedbar editors/tree-widget games/emacs-chess net/tcping www/mod_scgi www/py-scgi www/quixote PR: ports/75743 Submitted by: Dryice Liu <dryice@liu.com.cn>
* [maintainer update] net/tcping: update MASTER_SITES and WWWedwin2004-12-152-2/+2
| | | | | | | | The original author moved his/her web site, so I'm updating MASTER_SITES and WWW PR: ports/75086 Submitted by: Dryice Liu <dryice@liu.com.cn>
* Update to 1.3.4clive2004-11-112-15/+5
| | | | | PR: ports/73804 Submitted by: MAINTAINER
* - Update checksum in distinfo. I verified there's no actual changes. Unbreak.pav2004-02-232-4/+15
| | | | | | | | - Add support for validating PGP signature PR: ports/62966 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: maintainer
* BROKEN: Checksum mismatchkris2004-02-221-0/+2
|
* Add tcping 1.3.3, do a TCP connect to the given ip/port combination.sergei2003-12-184-0/+45
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