mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
recvmmsg ipv6 fix
This commit is contained in:
parent
ef4a8373cd
commit
c8ee27332a
|
@ -767,7 +767,7 @@ typedef struct
|
|||
struct mmsghdr msgs[VLEN];
|
||||
struct iovec iovecs[VLEN];
|
||||
char bufs[VLEN][PACKETSIZE];
|
||||
struct sockaddr_in sockaddrs[VLEN];
|
||||
char sockaddrs[VLEN][128];
|
||||
#else
|
||||
int dummy;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue