mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Add an ncat idea which is worth thinking about but may or may not be worth implementing
This commit is contained in:
parent
264c3e2302
commit
e6490b856b
1 changed files with 6 additions and 0 deletions
|
|
@ -149,6 +149,12 @@ o [Ncat] In verbose mode, I'd like to see clock time and maybe in/out
|
|||
o Change Nsock to give an error if you try to FD_SET a fd larger than
|
||||
FD_SETSIZE. [Brandon]
|
||||
|
||||
o [Ncat] Think about whether we should offer "-q secs" (quit after EOF
|
||||
+ delay of secs) and/or -k (set SO_KEEPALIVE on socket) (or maybe that
|
||||
should be set by default). Anyway, these were suggested here:
|
||||
http://lwn.net/Articles/341706/
|
||||
|
||||
|
||||
o Change Nsock so that it is able to take advantage of more modern
|
||||
interfaces to dealing with large sockets, rather than just select.
|
||||
Perhaps we should look at poll(), Windows completion ports, and some
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue