Enable media streaming mode for 802.11 WLAN interfaces on Windows

This commit is contained in:
Cameron Gutman
2020-08-11 22:10:42 -07:00
parent f2c1d03d8e
commit 5ddd53e17f
3 changed files with 73 additions and 0 deletions

View File

@@ -386,10 +386,14 @@ int initializePlatform(void) {
return err;
}
enterLowLatencyMode();
return 0;
}
void cleanupPlatform(void) {
exitLowLatencyMode();
cleanupPlatformSockets();
enet_deinitialize();