mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-07 06:40:15 +00:00
Work on tunnels
This commit is contained in:
parent
24d8f39dd1
commit
3b57b0013b
@ -930,7 +930,7 @@ class Transport:
|
||||
RNS.log("Transport ID : "+str(Transport.identity))
|
||||
RNS.log("Tunnel ID : "+RNS.hexrep(tunnel_id))
|
||||
RNS.log("IF hash : "+RNS.hexrep(interface_hash))
|
||||
RNS.log("Rnd has : "+RNS.hexrep(interface_hash))
|
||||
RNS.log("Rnd has : "+RNS.hexrep(random_hash))
|
||||
RNS.log("Public key : "+RNS.hexrep(public_key))
|
||||
RNS.log("Signature : "+RNS.hexrep(signature))
|
||||
|
||||
@ -962,7 +962,7 @@ class Transport:
|
||||
RNS.log("Transport ID : "+str(Transport.identity))
|
||||
RNS.log("Tunnel ID : "+RNS.hexrep(tunnel_id))
|
||||
RNS.log("IF hash : "+RNS.hexrep(interface_hash))
|
||||
RNS.log("Rnd has : "+RNS.hexrep(interface_hash))
|
||||
RNS.log("Rnd has : "+RNS.hexrep(random_hash))
|
||||
RNS.log("Public key : "+RNS.hexrep(public_key))
|
||||
RNS.log("Signature : "+RNS.hexrep(signature))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user