new sys ip
This commit is contained in:
parent
c85c9c89ca
commit
0970bbb4ed
@ -126,7 +126,7 @@ if __name__ == '__main__':
|
|||||||
atexit.register(exit_handler)
|
atexit.register(exit_handler)
|
||||||
local_ip = "127.0.0.1"
|
local_ip = "127.0.0.1"
|
||||||
local_port = 48477
|
local_port = 48477
|
||||||
udp_external_ip = "62.210.116.176"
|
udp_external_ip = "164.132.201.173"
|
||||||
buffer_size = 4096 #potentially not large enough?
|
buffer_size = 4096 #potentially not large enough?
|
||||||
connection_issue_counter = 0;
|
connection_issue_counter = 0;
|
||||||
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||||
|
Loading…
Reference in New Issue
Block a user