mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-07 10:22:51 +00:00
Update server.py
This commit is contained in:
parent
29007ae5cb
commit
c7d434b9b3
|
@ -160,6 +160,8 @@ def conn_string(conn, data, addr):
|
||||||
if jsondata['jsonrpc'] == "2.0" and jsondata['method'] == "relay_accept":
|
if jsondata['jsonrpc'] == "2.0" and jsondata['method'] == "relay_accept":
|
||||||
id = jsondata['id']
|
id = jsondata['id']
|
||||||
accepted_relay[id] = conn
|
accepted_relay[id] = conn
|
||||||
|
connection_speed = jsondata['params']['connection_speed']
|
||||||
|
print ("[*] connection speed: %s miliseconds" % (str(connection_speed)))
|
||||||
while conn.fileno() > -1:
|
while conn.fileno() > -1:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
del accepted_relay[id]
|
del accepted_relay[id]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user