]> git.meshlink.io Git - meshlink/commit
Add a callback for PMTU changes.
authorGuus Sliepen <guus@meshlink.io>
Mon, 23 Sep 2019 18:54:16 +0000 (20:54 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 23 Sep 2019 18:54:16 +0000 (20:54 +0200)
commitcec602155ba9e3e27a7436e360c8934a1599423b
tree04c60da61dd3002cca095f21881761917a1f50f2
parent88bd3d78991c721062506be7975f7564be4d82da
Add a callback for PMTU changes.

This can be used to detect changes in UDP reachability of peers, and
allows the application to change the maximum packet size for UDP
channels.
src/meshlink.c
src/meshlink.h
src/meshlink_internal.h
src/net_packet.c