diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index ba5d0146e3f0..3f872a6bc274 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2399,12 +2399,6 @@ static int __net_init tcp_sk_init(struct net *net) | |||
2399 | net->ipv4.sysctl_tcp_fin_timeout = TCP_FIN_TIMEOUT; | 2399 | net->ipv4.sysctl_tcp_fin_timeout = TCP_FIN_TIMEOUT; |
2400 | net->ipv4.sysctl_tcp_notsent_lowat = UINT_MAX; | 2400 | net->ipv4.sysctl_tcp_notsent_lowat = UINT_MAX; |
2401 | 2401 | ||
2402 | net->ipv4.sysctl_igmp_max_memberships = 20; | ||
2403 | net->ipv4.sysctl_igmp_max_msf = 10; | ||
2404 | /* IGMP reports for link-local multicast groups are enabled by default */ | ||
2405 | net->ipv4.sysctl_igmp_llm_reports = 1; | ||
2406 | net->ipv4.sysctl_igmp_qrv = 2; | ||
2407 | |||
2408 | return 0; | 2402 | return 0; |
2409 | fail: | 2403 | fail: |
2410 | tcp_sk_exit(net); | 2404 | tcp_sk_exit(net); |