07-14-2012, 07:21 AM
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.