add outdated warning to pyth*n
This commit is contained in:
parent
2474c62b5b
commit
85386d11fb
@ -1,3 +1,5 @@
|
||||
print("###WARNING### This client is outdated and can only be used with server.py")
|
||||
|
||||
timeout = 0.5
|
||||
local_server = False
|
||||
serverAddressPort = ("213.47.107.152", 1337)
|
@ -1,6 +1,6 @@
|
||||
import secrets
|
||||
|
||||
rndsize = 488*100+5
|
||||
rndsize = 488*500+5
|
||||
|
||||
rndbytes = secrets.token_bytes(rndsize)
|
||||
|
@ -1,3 +1,5 @@
|
||||
print("###WARNING### This server is outdated and can only be used with client.py")
|
||||
|
||||
import socket, struct, os, select, math, hashlib, re#, brotli
|
||||
|
||||
max_frame_payload=508 #1016 #508 is the minimum size for routers to "understand" udp packets, but we can possibly send more data
|
Loading…
x
Reference in New Issue
Block a user