Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2007 21:40:09 +0300
From:      sam <samflanker@gmail.com>
To:        ericj@monkey.org
Cc:        freebsd-hackers@freebsd.org
Subject:   netcat trouble on timeout
Message-ID:  <4762CE09.90009@gmail.com>

next in thread | raw e-mail | index | archive | help
hi

iam use nc on FreeBSD 8.0-CURRENT
trouble in -t(timeout) option, absentia full break session (very need)

examples:

# time nc -w 1 -z 192.168.44.14 443

real    1m15.002s
user    0m0.001s
sys     0m0.003s

# time nc -w 1 -z google.com 80
Connection to google.com 80 port [tcp/http] succeeded!

real    0m0.385s
user    0m0.000s
sys     0m0.007s

any solution

/Vladimir Ermakov




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