IPv6 compatibility
#3
When creating a socket, you need to specify whether to use IPv4 or IPV6 address. So you can't bind to 0.0.0.0, but another address used for IPv6. Also the socket needs to be created with AF_INET6 (?) parameter instead of AF_INET. That's about all I can remember.
Reply
Thanks given by:


Messages In This Thread
IPv6 compatibility - by xoft - 07-14-2012, 02:02 AM
RE: IPv6 compatibility - by FakeTruth - 07-14-2012, 05:44 AM
RE: IPv6 compatibility - by xoft - 07-14-2012, 07:21 AM
RE: IPv6 compatibility - by xoft - 03-05-2013, 07:56 PM
RE: IPv6 compatibility - by xoft - 03-05-2013, 11:36 PM
RE: IPv6 compatibility - by xoft - 03-06-2013, 06:51 AM
RE: IPv6 compatibility - by xoft - 07-11-2013, 05:51 PM
RE: IPv6 compatibility - by bearbin - 07-12-2013, 07:11 PM



Users browsing this thread: 1 Guest(s)