diff options
-rw-r--r-- | net/ipv4/tcp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index 3dd46eab3b05..e2c1333ee318 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c | |||
@@ -185,7 +185,7 @@ static inline void tcp_event_ack_sent(struct sock *sk, unsigned int pkts) | |||
185 | u32 tcp_default_init_rwnd(u32 mss) | 185 | u32 tcp_default_init_rwnd(u32 mss) |
186 | { | 186 | { |
187 | /* Initial receive window should be twice of TCP_INIT_CWND to | 187 | /* Initial receive window should be twice of TCP_INIT_CWND to |
188 | * enable proper sending of new unset data during fast recovery | 188 | * enable proper sending of new unsent data during fast recovery |
189 | * (RFC 3517, Section 4, NextSeg() rule (2)). Further place a | 189 | * (RFC 3517, Section 4, NextSeg() rule (2)). Further place a |
190 | * limit when mss is larger than 1460. | 190 | * limit when mss is larger than 1460. |
191 | */ | 191 | */ |