summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2001-07-31 21:35:18 +0000
committerlaforge <laforge>2001-07-31 21:35:18 +0000
commit4b05c53b2789c94d6836b0b58778c00ca2eec19b (patch)
tree65690759354ae32a0ee4205fa915bf7659d1d90a
parent716630ae45798c78d1d775fd90b0a052834827ab (diff)
Added SACK item to TODO list
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7a21c73..dedfb48 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ Currently maintained by Harald Welte <laforge@gnumonks.org>
Please inform me, if you want to work on any of the TODO items, so I
can update this list and thus prevent two people doing the same work.
-CVS ID: $Id: TODO,v 1.43 2001/07/23 00:31:50 jamesm Exp $
+CVS ID: $Id: TODO,v 1.44 2001/07/23 02:18:48 laforge Exp $
IMPORTANT issues:
- solution for nostate / notrack (we don't want to track specific conn's)
@@ -12,6 +12,7 @@ IMPORTANT issues:
- multiple related connections [HW]
- ip_conntrack rmmod loop (sometimes, Yan's patch?)
- conntrack helper not called for first packet (udp!)
+- add support for correct SACK handling [HW]
X why is nat_helper's expect() function called for all helpers? [HW]
X full tcp window tracking incompatibility with nat helpers [HW]
- mangle table should use all five netfilter hooks [BC]