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