Bug 42572
Summary: | RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing | ||
---|---|---|---|
Product: | Networking | Reporter: | Tore Anderson (tore) |
Component: | IPV6 | Assignee: | Hideaki YOSHIFUJI (yoshfuji) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, florian |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.2.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
An IPv4 client behind a link with a MTU of 1259 downloading a file from an IPv6 server
tcpdump taken at the Linux server's IPv6-only interface (with proposed patch) |
Description
Tore Anderson
2012-01-12 17:32:51 UTC
Created attachment 72106 [details] tcpdump taken at the Linux server's IPv6-only interface (with proposed patch) This is a tcpdump of the same download taken with the patch from http://thread.gmane.org/gmane.linux.network/217998/focus=218021 applied, it seems to work fine to me - no "mini-fragments" any more, and all the packets that have a Fragmentation header included are in fact *not* fragmented. Tore A patch referencing this bug report has been merged in Linux v3.5-rc1: commit 67469601406c12ced3db9956aeb0ef0854e2952f Author: Eric Dumazet <edumazet@google.com> Date: Tue Apr 24 07:37:38 2012 +0000 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing |