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
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)
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