mycelium icon indicating copy to clipboard operation
mycelium copied to clipboard

Seqno request forwarding only considers the same path

Open LeeSmet opened this issue 11 months ago • 0 comments

Currently seqno requests are forwarded naively to "the best route" according to the router. However, in case the request is repeated within some time, it needs to be forwarded to a different route. Currently seqno's aren't used as much, but as the network grows and more unstable links appear, this will be needed to more efficiently resolve connection stalls (compared to just waiting for an expiration on the source entry).

LeeSmet avatar Mar 20 '24 14:03 LeeSmet