mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 14:47:35 +03:00
Bump InitialMinQuestionSize up
This commit is contained in:
parent
bd23ddaa02
commit
2c16bc4eaf
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ var (
|
|||
MinDNSPacketSize = 12 + 5
|
||||
MaxDNSPacketSize = 4096
|
||||
MaxDNSUDPPacketSize = 1252
|
||||
InitialMinQuestionSize = 256
|
||||
InitialMinQuestionSize = 512
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue