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
> 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
>
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
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?
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
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