diff --git a/fstream-util-pipe_to_tcp.py b/fstream-util-pipe_to_tcp.py index 1cfbaf4..1fdab21 100644 --- a/fstream-util-pipe_to_tcp.py +++ b/fstream-util-pipe_to_tcp.py @@ -50,4 +50,4 @@ while True: conn, address = serverSocket.accept() with connectionLock: connection = conn - connection.settimeout(None) \ No newline at end of file + connection.settimeout(5) \ No newline at end of file