Skip to content

Commit

Permalink
tcp: Change reference to experimental CWND RFC.
Browse files Browse the repository at this point in the history
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jörg Thalheim authored and David S. Miller committed Jan 29, 2016
1 parent de7d244 commit 21603fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 21603fc

Please sign in to comment.