Adding different error messages for connection failure with IPv6 (#276).

This commit is contained in:
lotodore
2017-04-05 14:09:20 +02:00
committed by Kai Philipp
parent 0ed986399f
commit 6bf732f219
3 changed files with 25 additions and 2 deletions
+2
View File
@@ -61,6 +61,8 @@
#define ERR_SOCK_TRANSFER_INVALID_URL 26
#define ERR_SOCK_TRANSFER_SELECT_FAILED 27
#define ERR_SOCK_TRANSFER_FAILED 28
#define ERR_SOCK_CONNECT_IPV6_FAILED 29
#define ERR_SOCK_CONNECT_IPV6_TIMEOUT 30
// The following errors are game errors.
#define ERR_NET_VERSION_NOT_SUPPORTED 101
#define ERR_NET_SERVER_MAINTENANCE 102