Compare commits
1 Commits
7353c08084
...
f8e7c0f80f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8e7c0f80f |
@@ -351,7 +351,8 @@ StartupResult RakPeer::Startup( unsigned short maxConnections, SocketDescriptor
|
|||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
threadPriority=0;
|
threadPriority=0;
|
||||||
|
|
||||||
|
#elif defined(__HAIKU__)
|
||||||
|
threadPriority=40;
|
||||||
#else
|
#else
|
||||||
threadPriority=1000;
|
threadPriority=1000;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user