mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-23 06:00:18 +00:00
Work on tunnels
This commit is contained in:
parent
0687ee2231
commit
7af14cec84
@ -323,9 +323,9 @@ class Transport:
|
|||||||
|
|
||||||
if ti > 0:
|
if ti > 0:
|
||||||
if ti == 1:
|
if ti == 1:
|
||||||
RNS.log("Removed "+str(i)+" tunnel path", RNS.LOG_DEBUG)
|
RNS.log("Removed "+str(ti)+" tunnel path", RNS.LOG_DEBUG)
|
||||||
else:
|
else:
|
||||||
RNS.log("Removed "+str(i)+" tunnel paths", RNS.LOG_DEBUG)
|
RNS.log("Removed "+str(ti)+" tunnel paths", RNS.LOG_DEBUG)
|
||||||
|
|
||||||
i = 0
|
i = 0
|
||||||
for link_id in stale_links:
|
for link_id in stale_links:
|
||||||
|
Loading…
Reference in New Issue
Block a user