mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
I can't get IP_RECVTOS to work on MacOS.
Just disable it for now.
This commit is contained in:
@@ -114,6 +114,11 @@ typedef char SteamNetworkingErrMsg[ 1024 ];
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define USE_POLL
|
||||
|
||||
// I can't get this to work on MacOS. If someboddy believes that
|
||||
// it should work, I would appreciate the help.
|
||||
#define PlatformSupportsRecvTOS() false
|
||||
|
||||
#else
|
||||
#define USE_EPOLL
|
||||
#include <sys/epoll.h>
|
||||
|
||||
Reference in New Issue
Block a user