Always use IPv6 for the server if a "dual stack" is available. This means a server on vista (as well as most linux systems) will support IPv6 by default. IPv4 requests will be mapped by the OS.

This commit is contained in:
lotodore
2007-10-08 18:25:40 +00:00
parent 9f698d6adc
commit 24ae6a66ed
4 changed files with 43 additions and 16 deletions
+1
View File
@@ -25,6 +25,7 @@ void socket_cleanup();
bool socket_has_sctp();
bool socket_has_ipv6();
bool socket_has_dual_stack();
#endif