Re: [PATCH] mtu probing: move tcp-specific data out of inet_connection_sock

2006-02-24 Thread David S. Miller
From: John Heffner <[EMAIL PROTECTED]> Date: Thu, 16 Feb 2006 16:21:27 -0500 > This moves some TCP-specific MTU probing state out of > inet_connection_sock back to tcp_sock. > > Signed-off-by: John Heffner <[EMAIL PROTECTED]> Applied, thanks John. - To unsubscribe from this list: send the line

Re: [PATCH] mtu probing: move tcp-specific data out of inet_connection_sock

2006-02-16 Thread Ian McDonald
> No Ian. John was the one that moved those fields out of tcp.h and into > inet_connection_sock.h: > > http://master.kernel.org/git/?p=linux/kernel/git/acme/net-2.6.17.git;a=commit;h=55bb045aa49d5e5234c6213d1ed0bfef0c636971 > > When we get to fix the DCCP PMTU code we can revisit if this move is >

Re: [PATCH] mtu probing: move tcp-specific data out of inet_connection_sock

2006-02-16 Thread John Heffner
Ian McDonald wrote: On 2/17/06, John Heffner <[EMAIL PROTECTED]> wrote: This moves some TCP-specific MTU probing state out of inet_connection_sock back to tcp_sock. Signed-off-by: John Heffner <[EMAIL PROTECTED]> Why do you want to do this? What benefit does it give? I would like to see PMT

Re: [PATCH] mtu probing: move tcp-specific data out of inet_connection_sock

2006-02-16 Thread Arnaldo Carvalho de Melo
On 2/16/06, Ian McDonald <[EMAIL PROTECTED]> wrote: > On 2/17/06, John Heffner <[EMAIL PROTECTED]> wrote: > > This moves some TCP-specific MTU probing state out of > > inet_connection_sock back to tcp_sock. > > > > Signed-off-by: John Heffner <[EMAIL PROTECTED]> > > > > Why do you want to do this?

Re: [PATCH] mtu probing: move tcp-specific data out of inet_connection_sock

2006-02-16 Thread Ian McDonald
On 2/17/06, John Heffner <[EMAIL PROTECTED]> wrote: > This moves some TCP-specific MTU probing state out of > inet_connection_sock back to tcp_sock. > > Signed-off-by: John Heffner <[EMAIL PROTECTED]> > Why do you want to do this? What benefit does it give? I would like to see PMTU done in DCCP a

[PATCH] mtu probing: move tcp-specific data out of inet_connection_sock

2006-02-16 Thread John Heffner
This moves some TCP-specific MTU probing state out of inet_connection_sock back to tcp_sock. Signed-off-by: John Heffner <[EMAIL PROTECTED]> diff --git a/include/linux/tcp.h b/include/linux/tcp.h index f2bb239..542d395 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -343,6 +343,1