projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e085c
)
set tcp_adv_win_scale back to 2 from 1:
author
hwg
<hwg@rock-chips.com>
Tue, 20 Aug 2013 02:27:57 +0000
(10:27 +0800)
committer
hwg
<hwg@rock-chips.com>
Tue, 20 Aug 2013 02:28:23 +0000
(10:28 +0800)
solve GMS DRM network video download speed slow problem
net/ipv4/tcp_input.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_input.c
b/net/ipv4/tcp_input.c
index 7f4e391e492243a38c3db95230e9370057156703..c266b31557c29ca834f6376a5c2a3c2d59f9fcc7 100644
(file)
--- a/
net/ipv4/tcp_input.c
+++ b/
net/ipv4/tcp_input.c
@@
-83,7
+83,7
@@
int sysctl_tcp_ecn __read_mostly = 2;
EXPORT_SYMBOL(sysctl_tcp_ecn);
int sysctl_tcp_dsack __read_mostly = 1;
int sysctl_tcp_app_win __read_mostly = 31;
-int sysctl_tcp_adv_win_scale __read_mostly =
1
;
+int sysctl_tcp_adv_win_scale __read_mostly =
2
;
EXPORT_SYMBOL(sysctl_tcp_adv_win_scale);
/* rfc5961 challenge ack rate limiting */