mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Set timeout on servefiles socket.
This commit is contained in:
parent
340278eca5
commit
fe7646942f
@ -67,6 +67,7 @@ try:
|
||||
print("Sending URL(s) to " + ip + ":5000...")
|
||||
|
||||
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
sock.settimeout(10)
|
||||
sock.connect((ip, 5000))
|
||||
sock.sendall(struct.pack('!L', len(payloadBytes)) + payloadBytes)
|
||||
while len(sock.recv(1)) < 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user