mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-21 23:50:27 +00:00
Send PING every half second
This commit is contained in:
@@ -57,7 +57,7 @@ static void UdpPingThreadProc(void *context) {
|
||||
return;
|
||||
}
|
||||
|
||||
PltSleepMs(100);
|
||||
PltSleepMs(500);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user