updated IP

This commit is contained in:
Christian 2020-12-15 23:36:22 +01:00
parent 6e665609ec
commit a4434bfa0c

View File

@ -126,7 +126,7 @@ if __name__ == '__main__':
atexit.register(exit_handler)
local_ip = "127.0.0.1"
local_port = 48477
udp_external_ip = "62.210.110.245"
udp_external_ip = "62.210.116.176"
buffer_size = 4096 #potentially not large enough?
connection_issue_counter = 0;
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)