From: David L Stevens Date: Tue, 27 Dec 2005 01:03:46 +0000 (-0800) Subject: [IPV6]: Increase default MLD_MAX_MSF to 64. X-Git-Tag: v2.6.15~35 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=6f4353d891b5e477528cd0b996e0263fecdf5d5f;p=~andy%2Flinux [IPV6]: Increase default MLD_MAX_MSF to 64. The existing default of 10 is just way too low. Signed-off-by: David L Stevens Signed-off-by: David S. Miller --- diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index fd939da090c..057d8619ba1 100644 --- 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;