]> git.meshlink.io Git - meshlink/commit
Start sending UDP probes after a channel retransmit event.
authorGuus Sliepen <guus@meshlink.io>
Fri, 28 Aug 2020 21:01:50 +0000 (23:01 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 8 Oct 2021 18:57:24 +0000 (20:57 +0200)
commit881a652713a6231ad31596b80b674986d0170868
tree349a1a394c1d228a9484445c39f3b97c4c96ed65
parentfa90b359694a0b3aa967dec97b1286e0dd695a78
Start sending UDP probes after a channel retransmit event.

Before we started doing PMTU probes after a retransmit event, but with
the new UDP probing we need to restart the UDP probes instead, as they
will be able to detect failing UDP communication much faster.
src/graph.c
src/meshlink.c
src/pmtu.c