I can't get IP_RECVTOS to work on MacOS.

Just disable it for now.
This commit is contained in:
Fletcher Dunn
2024-09-07 16:47:58 -07:00
parent 73610b3f63
commit 1736cfa48b
+5
View File
@@ -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>