mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Update comment
This commit is contained in:
parent
e64425b5e7
commit
c8a61abb79
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ func (proxy *Proxy) udpListener(clientPc *net.UDPConn) {
|
|||
packet := buffer[:length]
|
||||
if !proxy.clientsCountInc() {
|
||||
dlog.Warnf("Too many incoming connections (max=%d)", proxy.maxClients)
|
||||
proxy.processIncomingQuery("udp", proxy.mainProto, packet, &clientAddr, clientPc, time.Now(), true) // handle synchronously
|
||||
proxy.processIncomingQuery("udp", proxy.mainProto, packet, &clientAddr, clientPc, time.Now(), true) // respond synchronously, but only to cached/synthesized queries
|
||||
continue
|
||||
}
|
||||
go func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue