Skip to content

Commit 9ef71e0

Browse files
Weiping Pandavem330
authored andcommitted
tcp:typo unset should be unsent
Signed-off-by: Weiping Pan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b88ec38 commit 9ef71e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv4/tcp_output.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ static inline void tcp_event_ack_sent(struct sock *sk, unsigned int pkts)
185185
u32 tcp_default_init_rwnd(u32 mss)
186186
{
187187
/* 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
189189
* (RFC 3517, Section 4, NextSeg() rule (2)). Further place a
190190
* limit when mss is larger than 1460.
191191
*/

0 commit comments

Comments
 (0)