Send PING every half second

This commit is contained in:
Cameron Gutman
2015-01-09 00:02:44 -05:00
parent 9143994588
commit 4afa97d954
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ static void UdpPingThreadProc(void *context) {
return;
}
PltSleepMs(100);
PltSleepMs(500);
}
}