newly created test server works so why the fuck does my other server not work

This commit is contained in:
2023-04-13 08:52:07 -07:00
parent f96425616b
commit dbd8e614b8
4 changed files with 87 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
import socket
import threading
HEADER = 64
HEADER = 1024
PORT = 5000
SERVER = socket.gethostbyname(socket.gethostname())
ADDR = (SERVER, PORT)