aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2012-09-23 22:28:59 +0000
committerDavid S. Miller <davem@davemloft.net>2012-09-24 16:23:53 -0400
commit0cf833aefaa85bbfce3ff70485e5534e09254773 (patch)
tree5dc45fe287ae2b12c722c207b259725d1f49f8b8 /include/net/inet_sock.h
parentnet: Remove unnecessary NULL check in scm_destroy(). (diff)
downloadlinux-dev-0cf833aefaa85bbfce3ff70485e5534e09254773.tar.xz
linux-dev-0cf833aefaa85bbfce3ff70485e5534e09254773.zip
net: loopback: set default mtu to 64K
loopback current mtu of 16436 bytes allows no more than 3 MSS TCP segments per frame, or 48 Kbytes. Changing mtu to 64K allows TCP stack to build large frames and significantly reduces stack overhead. Performance boost on bulk TCP transferts can be up to 30 %, partly because we now have one ACK message for two 64KB segments, and a lower probability of hitting /proc/sys/net/ipv4/tcp_reordering default limit. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions