DnsServer: updated TCP recv timeout to 60 sec.

This commit is contained in:
Shreyas Zare
2018-11-17 12:27:57 +05:30
parent cb55ceedcf
commit 4e0cbc4bbc

View File

@@ -48,7 +48,7 @@ namespace DnsServerCore
const int UDP_LISTENER_THREAD_COUNT = 3;
const int TCP_SOCKET_SEND_TIMEOUT = 10000;
const int TCP_SOCKET_RECV_TIMEOUT = 10000;
const int TCP_SOCKET_RECV_TIMEOUT = 60000;
readonly IPEndPoint _localEP;