All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tcp: Change reference to experimental CWND RFC.
@ 2016-01-27 21:54 Jörg Thalheim
  2016-01-29 20:24 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Thalheim @ 2016-01-27 21:54 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 685 bytes --]

Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
---
 include/net/tcp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/tcp.h b/include/net/tcp.h
index 051dc5c2..74d8eb4 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -216,7 +216,7 @@ void tcp_time_wait(struct sock *sk, int state, int timeo);
 /* TCP thin-stream limits */
 #define TCP_THIN_LINEAR_RETRIES 6       /* After 6 linear retries, do exp. backoff */
 
-/* TCP initial congestion window as per draft-hkchu-tcpm-initcwnd-01 */
+/* TCP initial congestion window as per rfc6928 */
 #define TCP_INIT_CWND		10
 
 /* Bit Flags for sysctl_tcp_fastopen */
-- 
2.7.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 603 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tcp: Change reference to experimental CWND RFC.
  2016-01-27 21:54 [PATCH] tcp: Change reference to experimental CWND RFC Jörg Thalheim
@ 2016-01-29 20:24 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-01-29 20:24 UTC (permalink / raw)
  To: joerg; +Cc: netdev

From: Jörg Thalheim <joerg@higgsboson.tk>
Date: Wed, 27 Jan 2016 22:54:06 +0100

> Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-29 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27 21:54 [PATCH] tcp: Change reference to experimental CWND RFC Jörg Thalheim
2016-01-29 20:24 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.