mirror of
https://github.com/nmap/nmap.git
synced 2026-01-21 05:39:14 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user