projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0433339
)
[IPV6]: Increase default MLD_MAX_MSF to 64.
author
David L Stevens
<dlstevens@us.ibm.com>
Tue, 27 Dec 2005 01:03:46 +0000
(17:03 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 27 Dec 2005 01:03:46 +0000
(17:03 -0800)
The existing default of 10 is just way too low.
Signed-off-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/mcast.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/mcast.c
b/net/ipv6/mcast.c
index fd939da090c451f848102667eecfcb60995f8a7d..057d8619ba13b43bbd71e58b9baeb2c4df512677 100644
(file)
--- a/
net/ipv6/mcast.c
+++ b/
net/ipv6/mcast.c
@@
-170,7
+170,7
@@
static int ip6_mc_leave_src(struct sock *sk, struct ipv6_mc_socklist *iml,
#define MLDV2_QQIC(value) MLDV2_EXP(0x80, 4, 3, value)
#define MLDV2_MRC(value) MLDV2_EXP(0x8000, 12, 3, value)
-#define IPV6_MLD_MAX_MSF
10
+#define IPV6_MLD_MAX_MSF
64
int sysctl_mld_max_msf = IPV6_MLD_MAX_MSF;