From 3291dcf898a4ff642136147bccb429b132c48f51 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 11 Jun 2010 16:48:58 +0000 Subject: [PATCH] Some done TODO items. --- todo/david.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/todo/david.txt b/todo/david.txt index 78b163478..defee6ade 100644 --- a/todo/david.txt +++ b/todo/david.txt @@ -1,5 +1,3 @@ -* Handle multiple targets with the same address. -* Check necessity of mswin32 pcap includes. * Try removing the call to PacketSetReadTimeout in readip_pcap, so that Windows uses the short 2 ms timeout like some other platforms without selectable pcap fds do. Measure difference in time and CPU time. @@ -32,3 +30,7 @@ Nsock: * Add a buffer to each iod, so that you can ask for a certain number of bytes or lines and get exactly that many, no more. Venkat wrote a proposal at http://seclists.org/nmap-dev/2009/q3/0600.html. + +Done: +* Handle multiple targets with the same address. +* Check necessity of mswin32 pcap includes.