OSDN Git Service
(root)
/
sagit-ice-cold
/
kernel_xiaomi_msm8998.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b88ec38
)
tcp:typo unset should be unsent
author
Weiping Pan
<wpan@redhat.com>
Tue, 18 Jun 2013 13:00:31 +0000
(21:00 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 20 Jun 2013 05:21:09 +0000
(22:21 -0700)
Signed-off-by: Weiping Pan <wpan@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_output.c
b/net/ipv4/tcp_output.c
index
3dd46ea
..
e2c1333
100644
(file)
--- 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)
u32 tcp_default_init_rwnd(u32 mss)
{
/* Initial receive window should be twice of TCP_INIT_CWND to
- * enable proper sending of new unset data during fast recovery
+ * enable proper sending of new unse
n
t data during fast recovery
* (RFC 3517, Section 4, NextSeg() rule (2)). Further place a
* limit when mss is larger than 1460.
*/