projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de7d244
)
tcp: Change reference to experimental CWND RFC.
author
Jörg Thalheim
<joerg@higgsboson.tk>
Wed, 27 Jan 2016 21:54:06 +0000
(22:54 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 29 Jan 2016 20:23:58 +0000
(12:23 -0800)
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
patch
|
blob
|
history
diff --git
a/include/net/tcp.h
b/include/net/tcp.h
index 8ea19977ea530bffb57bebed734b977c95b603c5..f6f8f032c73e81326790239cf021d2e50414ce1b 100644
(file)
--- 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 */