Enbiglarge ip field of server list to fit IPv6 addresses

This commit is contained in:
James R 2021-09-01 18:02:39 -07:00
parent c9631565d6
commit 7976d0476d

View file

@ -33,7 +33,7 @@ typedef union
typedef struct
{
msg_header_t header;
char ip[16];
char ip[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff"];
char port[8];
char name[32];
INT32 room;