Remove external timeout

This commit is contained in:
Adolfo Gómez García 2022-03-29 22:01:10 +02:00
parent 2f5f87e122
commit 5fb4461934

View File

@ -230,7 +230,6 @@ def tunnel_main():
try:
client, addr = sock.accept()
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(
message.Message(message.Command.TUNNEL, (client, addr))