Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2003 09:24:58 -0800 (PST)
From:      Sergei Kolobov <sergei@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/tcping Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200312171724.hBHHOwEh062802@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sergei      2003/12/17 09:24:58 PST

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/tcping           Makefile distinfo pkg-descr pkg-plist 
  Log:
  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
  
  Revision  Changes    Path
  1.1155    +1 -0      ports/net/Makefile
  1.1       +29 -0     ports/net/tcping/Makefile (new)
  1.1       +1 -0      ports/net/tcping/distinfo (new)
  1.1       +11 -0     ports/net/tcping/pkg-descr (new)
  1.1       +4 -0      ports/net/tcping/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312171724.hBHHOwEh062802>