mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-12 09:17:56 +03:00
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
564b9db013
@ -224,6 +224,7 @@ def tunnel_main():
|
||||
client, addr = sock.accept()
|
||||
client.settimeout(3.0)
|
||||
logger.debug('ACCEPTED CONNECTION from %s (%s)', addr, client)
|
||||
client.settimeout(3.0)
|
||||
# Select BEST process for sending this new connection
|
||||
prcs.best_child().send((client, addr))
|
||||
del client # Ensure socket is controlled on child process
|
||||
|
Loading…
Reference in New Issue
Block a user