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:
@@ -25,6 +25,7 @@ void socket_cleanup();
|
||||
|
||||
bool socket_has_sctp();
|
||||
bool socket_has_ipv6();
|
||||
bool socket_has_dual_stack();
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user