mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-28 18:55:15 +00:00
DnsServer: tcp timeout values reduced.
This commit is contained in:
@@ -46,8 +46,8 @@ namespace DnsServerCore
|
||||
#region variables
|
||||
|
||||
const int UDP_LISTENER_THREAD_COUNT = 3;
|
||||
const int TCP_SOCKET_SEND_TIMEOUT = 30000;
|
||||
const int TCP_SOCKET_RECV_TIMEOUT = 60000;
|
||||
const int TCP_SOCKET_SEND_TIMEOUT = 10000;
|
||||
const int TCP_SOCKET_RECV_TIMEOUT = 10000;
|
||||
|
||||
readonly IPEndPoint _localEP;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user