Skip to content
Snippets Groups Projects
Commit 7976d047 authored by James R.'s avatar James R.
Browse files

Enbiglarge ip field of server list to fit IPv6 addresses

parent c9631565
No related branches found
No related tags found
1 merge request!1612Fix IPv6
...@@ -33,7 +33,7 @@ typedef union ...@@ -33,7 +33,7 @@ typedef union
typedef struct typedef struct
{ {
msg_header_t header; msg_header_t header;
char ip[16]; char ip[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"];
char port[8]; char port[8];
char name[32]; char name[32];
INT32 room; INT32 room;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment