Establish default port
This commit is contained in:
parent
99a875db10
commit
943bbd69fa
@ -33,7 +33,7 @@ threadsLock = threading.Lock()
|
|||||||
fileLock = threading.Lock()
|
fileLock = threading.Lock()
|
||||||
connectionsLock = 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)
|
serverSocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
|
||||||
bufferSize = 50000 # Buffer size in bytes
|
bufferSize = 50000 # Buffer size in bytes
|
||||||
|
Loading…
Reference in New Issue
Block a user