How to create and bind socket using winsock2, which will be receiving only packets which use ipv6 protocol.

Regards

link|improve this question

76% accept rate
Have you taken a look at msdn.microsoft.com/en-us/library/windows/desktop/…? This seems like everything you need or is there a something specific that does not work? – Brad Feb 16 at 17:39
feedback

1 Answer

up vote 1 down vote accepted

Almost everything about network sockets and even windows specific stuff can be found at Beej's Guide to Network Programming. Transition from IPv4 to IPv6 is described in detail here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.