Skip to content

Commit

Permalink
[IPV6]: Increase default MLD_MAX_MSF to 64.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David L Stevens authored and David S. Miller committed Dec 27, 2005
1 parent 0433339 commit 6f4353d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/mcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6f4353d

Please sign in to comment.