summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-07-31 21:35:18 +0000
committerHarald Welte <laforge@gnumonks.org>2001-07-31 21:35:18 +0000
commitbb364e6c0213936e6aa4bd85219ca2645addc32d (patch)
tree65690759354ae32a0ee4205fa915bf7659d1d90a
parentdb16ed18a7b1e3892e646848c25cffc5a36e0a5c (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 7a21c73d..dedfb483 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]