commit 8e399f20f7ff85c531077592a3e17eabb0bef6a0 parent ad4cf5295264637727d90ee9bc4063c84e796970 Author: rbckman <rob@tarina.org> Date: Tue, 10 Jan 2023 14:10:27 +0000 listen to 5 Diffstat:
M | tarina.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py @@ -1186,7 +1186,7 @@ def listenforclients(host, port, q): #s.settimeout(0) try: print("listening on port "+str(port)) - s.listen(1) + s.listen(5) c, addr = s.accept() while True: data = c.recv(1024)