mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-21 02:10:39 +00:00
Enbiglarge ip field of server list to fit IPv6 addresses
This commit is contained in:
parent
c9631565d6
commit
7976d0476d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue