25ms seems like a good timeout

This commit is contained in:
Arisotura
2022-09-05 22:23:59 +02:00
parent d7284d5cb8
commit 139fe5a045

View File

@ -85,7 +85,7 @@ const u32 kReplyStart = kQueueSize / 2;
const u32 kPacketEnd = kReplyStart;
const u32 kReplyEnd = kQueueSize;
const int RecvTimeout = 500;
const int RecvTimeout = 25;
int LastHostID;