]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/tcp_output.c
[TCP]: MTU probing
authorJohn Heffner <jheffner@psc.edu>
Tue, 21 Mar 2006 01:53:41 +0000 (17:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 01:53:41 +0000 (17:53 -0800)
commit5d424d5a674f782d0659a3b66d951f412901faee
tree579871172044e02e626a90388d19ec55cf2d1fc4
parent1d60290f27e7dc4bce2c43922d0bfa9abd246fc9
[TCP]: MTU probing

Implementation of packetization layer path mtu discovery for TCP, based on
the internet-draft currently found at
<http://www.ietf.org/internet-drafts/draft-ietf-pmtud-method-05.txt>.

Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sysctl.h
include/net/inet_connection_sock.h
include/net/tcp.h
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c
net/ipv6/tcp_ipv6.c