jwaliszko
jwaliszko

Reputation: 17064

Sockets with IPv6

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

Regards

Upvotes: 0

Views: 174

Answers (1)

Juraj Blaho
Juraj Blaho

Reputation: 13451

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

Upvotes: 1

Related Questions