mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 18:48:19 +00:00
[Ncat] The --idle-timeout option now exits when *both* stdin and the
socket have been idle for the given time. Previously it would exit when *either* of them had been idle, meaning that the program would quit contrary to your expectation when downloading a large file without sending anything, for example.
This commit is contained in:
parent
48a008e2d7
commit
68a7724194
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Ncat] The --idle-timeout option now exits when *both* stdin and the
|
||||
socket have been idle for the given time. Previously it would exit
|
||||
when *either* of them had been idle, meaning that the program would
|
||||
quit contrary to your expectation when downloading a large file
|
||||
without sending anything, for example. [David]
|
||||
|
||||
o [Ncat] Ncat now always prefixes its own output messages with "Ncat: "
|
||||
or "NCAT DEBUG: " to make it clear that they are not coming from the
|
||||
remote host. This only matters when output goes to a terminal, where
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue