diff options
author | Lee Salzman <[email protected]> | 2023-07-23 21:05:47 -0400 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2023-07-23 21:05:47 -0400 |
commit | 2a85cd64459f6ba038d233a634d9440490dbba12 (patch) | |
tree | 357ac6030b33ea1fc05ba5fea8ee7ea8b76a2808 /unix.c | |
parent | ea4607a90dbfbcf4da2669ea998585253d8e70b1 (diff) | |
download | enet-2a85cd64459f6ba038d233a634d9440490dbba12.tar.gz enet-2a85cd64459f6ba038d233a634d9440490dbba12.zip |
better partial message handling
Diffstat (limited to 'unix.c')
-rw-r--r-- | unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ enet_socket_receive (ENetSocket socket, #ifdef HAS_MSGHDR_FLAGS if (msgHdr.msg_flags & MSG_TRUNC) - return -1; + return -2; #endif if (address != NULL) |