master
Mark Qvist 2026-08-18 12:17:14 +02:00
parent e1b7bc316c
commit 636012bbe5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2361,7 +2361,7 @@ class Transport:
elif packet.packet_type == RNS.Packet.PROOF:
if packet.context == RNS.Packet.LRPROOF:
# This is a link request proof, check if it needs to be transported
REBALANCE_LOGLEVEL = RNS.LOG_DEBUG
REBALANCE_LOGLEVEL = RNS.LOG_PATHING
if (RNS.Reticulum.transport_enabled() or for_local_client_link or from_local_client) and packet.destination_hash in Transport.link_table:
link_entry = Transport.link_table[packet.destination_hash]
if packet.hops != link_entry[IDX_LT_REM_HOPS] and Transport.ALLOW_LINK_PATH_REBALANCE: