From: Harald Welte Date: Tue, 31 Jul 2001 21:35:18 +0000 (+0000) Subject: Added SACK item to TODO list X-Git-Tag: v1.2.3~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb364e6c0213936e6aa4bd85219ca2645addc32d;p=thirdparty%2Fiptables.git Added SACK item to TODO list --- diff --git a/TODO b/TODO index 7a21c73d..dedfb483 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,7 @@ Currently maintained by Harald Welte 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]