Re: IPv6 multicast packet size

2010-02-26 Thread Hideki Yamamoto
Hi, I have found the answer to my question. The following lines resolved my problem. sock_optval=0; error = setsockopt(send_s, IPPROTO_IPV6, IPV6_USE_MIN_MTU, &sock_optval, sizeof(sock_optval)); 2010/2/22 Hideki Yamamoto : > Hi, > > I have encountered IPv

IPv6 multicast packet size

2010-02-21 Thread Hideki Yamamoto
Hi, I have encountered IPv6 multicast problem. I cannot send UDP packet longer than Shortest MTU. It seems the bug of IPv6 multicast kernel. I used the same application from FreeBSD 4.11. On that old version, any problems happens. When I would like to change the platform of this application from