aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorguy <guy>2006-10-04 18:16:20 +0000
committerguy <guy>2006-10-04 18:16:20 +0000
commitc6424266c2637ae3f1479088979f068bc4c90816 (patch)
treef648d8511a6f0e32a86d867ace6884f4cc571345 /TODO
parent6cbfdcc80d837b0e1488cb10c73e5918a3019dde (diff)
No, that's not the right fix for the Linux kernel interface; the right
fix is to discard unread packets when changing the filter, as that fixes not only the problem with the *first* filter you set, it fixes the problem you get when *changing* the filter. That fix is now in the code.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 633a776a..3de4530e 100644
--- a/TODO
+++ b/TODO
@@ -15,13 +15,6 @@ General
style (okay, you can guess that by looking at the code) and a guide for
what needs to be documented.
-Linux kernel interface
-
-- Currently there is a race condition in that a socket is activated at the
- same time it is opened - before applying a filter. This has to
- be corrected so that capture starts when pcap_read is called for the
- first time.
-
Less urgent items
-----------------