From aca3354d0ae6ce678bc5e3c9ea8dca2b620613dc Mon Sep 17 00:00:00 2001 From: luis Date: Tue, 6 Jul 2010 22:57:27 +0000 Subject: [PATCH] Fixed a few errors in the description --- todo/nmap.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index 60d5b2e11..c15d90fba 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -203,12 +203,12 @@ o [Zenmap] Consider a couple ideas from Norris Carden o Revive the Nmap Public Source License project (need to find an open source attorney to review it). http://nmap.org/npsl/ -o [Nsock] Consider adding server support so that Ncat can accept - multiple connections and multiplex the SD's like it does for +o [Nsock] Consider adding server support to Nsock so it can accept + multiple connections and multiplex the SD's, like it does for clients. This could potentially be used by Ncat and Nping echo - mode. Currently Ncat server doesn't use Nsock at all, while Ncat + mode. Currently Ncat server doesn't use Nsock at all, while Nping echo mode basically polls, repeating a loop of 1s in nsock_loop - followed by a nonblocking accept(). Then Nsock gives the SD's to + followed by a nonblocking accept(). Then Nping gives the SD's to Nsock to manage. o Consider rethinking Nmap's -s* syntax for specifing scan types