mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-30 05:18:18 +00:00
DnsServer: updated TCP recv timeout to 60 sec.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user