Skip to content

Commit 1736cfa

Browse files
committed
I can't get IP_RECVTOS to work on MacOS.
Just disable it for now.
1 parent 73610b3 commit 1736cfa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/public/tier0/platform_sockets.h

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ typedef char SteamNetworkingErrMsg[ 1024 ];
114114

115115
#ifdef __APPLE__
116116
#define USE_POLL
117+
118+
// I can't get this to work on MacOS. If someboddy believes that
119+
// it should work, I would appreciate the help.
120+
#define PlatformSupportsRecvTOS() false
121+
117122
#else
118123
#define USE_EPOLL
119124
#include <sys/epoll.h>

0 commit comments

Comments
 (0)