Strange thing on IPv6 multicast program on Windows
- by zhanglistar
I have written an ipv6 multicast program on windows xp sp3.
But a problem bothers me a lot. The sendto function implies no error, but
I can't capture the packet using wireshark. I am sure the filter is right.
Thanks in advance.
And the code is as follows:
#include "stdafx.h"
#include <stdio.h> /* for printf() and fprintf() */
#include…