mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-27 16:20:00 -07:00
Implemented RTT measurements on link establishment and link teardown procedure
This commit is contained in:
@@ -74,6 +74,8 @@ class Transport:
|
||||
if interface.OUT:
|
||||
should_transmit = True
|
||||
if packet.destination.type == RNS.Destination.LINK:
|
||||
if packet.destination.status == RNS.Link.CLOSED:
|
||||
should_transmit = False
|
||||
if interface != packet.destination.attached_interface:
|
||||
should_transmit = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user