lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 11 Apr 2014 15:22:07 +0200 From: Hannes Frederic Sowa <hannes@...essinduktion.org> To: Eric Dumazet <eric.dumazet@...il.com> Cc: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>, David Miller <davem@...emloft.net>, Francois WELLENREITER <f.wellenreiter@...il.com>, netdev@...r.kernel.org Subject: Re: [PATCH v3] ipv6: Limit mtu to 65575 bytes On Thu, Apr 10, 2014 at 09:23:36PM -0700, Eric Dumazet wrote: > From: Eric Dumazet <edumazet@...gle.com> > > Francois reported that setting big mtu on loopback device could prevent > tcp sessions making progress. > > We do not support (yet ?) IPv6 Jumbograms and cook corrupted packets. > > We must limit the IPv6 MTU to (65535 + 40) bytes in theory. > > Tested: > > ifconfig lo mtu 70000 > netperf -H ::1 > > Before patch : Throughput : 0.05 Mbits > > After patch : Throughput : 35484 Mbits > > Reported-by: Francois WELLENREITER <f.wellenreiter@...il.com> > Signed-off-by: Eric Dumazet <edumazet@...gle.com> > Acked-by: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org> > --- > v3: fix title... humpff... Acked-by: Hannes Frederic Sowa <hannes@...essinduktion.org> Eric, the optimization for limiting the mtu in tcp case is still possible. It is not that people don't care. ;) Thanks, Hannes -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists