Establish default port

This commit is contained in:
Fierelier 2021-04-15 20:19:45 +02:00
parent 99a875db10
commit 943bbd69fa

View File

@ -33,7 +33,7 @@ threadsLock = threading.Lock()
fileLock = threading.Lock()
connectionsLock = threading.Lock()
serverAddr = ("127.0.0.1",12000)
serverAddr = ("127.0.0.1",61920)
serverSocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
bufferSize = 50000 # Buffer size in bytes