]> git.meshlink.io Git - meshlink/commit
Make UTCP retranmissions trigger PMTU probes immediately.
authorGuus Sliepen <guus@meshlink.io>
Sun, 19 Apr 2020 14:28:43 +0000 (16:28 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 19 Apr 2020 14:28:43 +0000 (16:28 +0200)
commit4f6c1be3863366ff439f773f0cd5eb9c3ec8cfab
tree433b50b1b3f31b940bc061e1fa0631396acb8747
parentc169f4b833479afffe4a3596771c7d0617c6e7be
Make UTCP retranmissions trigger PMTU probes immediately.

If there are network problems while data is being transferred over a
channel, we want to react to this as soon as possible. Set the retranmission
callback to trigger the next PMTU probe immediately if there as none in
progress.
src/meshlink.c
src/utcp