]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Added SACK item to TODO list
authorHarald Welte <laforge@gnumonks.org>
Tue, 31 Jul 2001 21:35:18 +0000 (21:35 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 31 Jul 2001 21:35:18 +0000 (21:35 +0000)
TODO

diff --git a/TODO b/TODO
index 7a21c73d15830dc476d7d9f1e653401cf220e282..dedfb48320aa183805af3b08f7644ae6e21a56a9 100644 (file)
--- 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]