mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
set tcp_adv_win_scale back to 2 from 1:
solve GMS DRM network video download speed slow problem
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user