Re: [PATCH net-2.6.24][trivial] fix inconsistency of terms

2007-10-25 Thread David Miller
From: TAKANO Ryousei <[EMAIL PROTECTED]> Date: Tue, 09 Oct 2007 15:32:34 +0900 (JST) > > Fix inconsistency of terms: > 1) D-SACK > 2) F-RTO > > Signed-off-by: Ryousei Takano <[EMAIL PROTECTED]> Patch applied, thank you! - To unsubscribe from this list: send the line "unsubscribe netdev" in the

[PATCH net-2.6.24][trivial] fix inconsistency of terms

2007-10-08 Thread TAKANO Ryousei
Fix inconsistency of terms: 1) D-SACK 2) F-RTO Signed-off-by: Ryousei Takano <[EMAIL PROTECTED]> --- Documentation/networking/ip-sysctl.txt |6 +++--- net/ipv4/tcp_input.c | 16 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Documentatio