Konstantin Demin
8cbaf1dea2
3rd patchs (in alphabetical order): - bbr3 - ntsync5 - openwrt - pf-kernel - xanmod - zen no configuration changes for now
12 lines
336 B
Diff
12 lines
336 B
Diff
--- a/net/ipv4/af_inet.c
|
|
+++ b/net/ipv4/af_inet.c
|
|
@@ -1802,7 +1802,7 @@ static __net_init int inet_init_net(stru
|
|
/*
|
|
* Set defaults for local port range
|
|
*/
|
|
- net->ipv4.ip_local_ports.range = 60999u << 16 | 32768u;
|
|
+ net->ipv4.ip_local_ports.range = 65533u << 16 | 49152u;
|
|
|
|
seqlock_init(&net->ipv4.ping_group_range.lock);
|
|
/*
|