Re: [PATCH] TCP MTU probing

2006-02-05 Thread David S. Miller
From: John Heffner <[EMAIL PROTECTED]> Date: Thu, 2 Feb 2006 14:09:49 -0500 > On Thursday 02 February 2006 13:23, John Heffner wrote: > > Implementation of packetization layer path mtu discovery for TCP, based on > > the internet-draft currently found at > >

Re: [PATCH] TCP MTU probing

2006-02-02 Thread John Heffner
On Thursday 02 February 2006 13:23, John Heffner wrote: > Implementation of packetization layer path mtu discovery for TCP, based on > the internet-draft currently found at > . Fixed to turn off by default (oops). Signed-off-by:

[PATCH] TCP MTU probing

2006-02-02 Thread John Heffner
Implementation of packetization layer path mtu discovery for TCP, based on the internet-draft currently found at . Signed-off-by: John Heffner <[EMAIL PROTECTED]> diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h ---