Re: Tuning of IP_MAX_MEMBERSHIPS for IP Multicast Sockets

2008-01-17 Thread Tom Judge
Eugene Grosbein wrote: On Thu, Jan 17, 2008 at 12:49:54PM +, Tom Judge wrote: On RELENG_6_2 the max multicast memberships per socket (IP_MAX_MEMBERSHIPS) is hard coded in sys/netinet/in.h to 20. Would there be any problem with bumping this to say 40. The problem is our VPN routers runni

Re: Tuning of IP_MAX_MEMBERSHIPS for IP Multicast Sockets

2008-01-17 Thread Eugene Grosbein
On Thu, Jan 17, 2008 at 12:49:54PM +, Tom Judge wrote: > On RELENG_6_2 the max multicast memberships per socket > (IP_MAX_MEMBERSHIPS) is hard coded in sys/netinet/in.h to 20. > > Would there be any problem with bumping this to say 40. The problem is > our VPN routers running quagga (ospf)

Tuning of IP_MAX_MEMBERSHIPS for IP Multicast Sockets

2008-01-17 Thread Tom Judge
Hi, On RELENG_6_2 the max multicast memberships per socket (IP_MAX_MEMBERSHIPS) is hard coded in sys/netinet/in.h to 20. Would there be any problem with bumping this to say 40. The problem is our VPN routers running quagga (ospf) seem to be hitting this limit. I know the problem is fixed