]> git.meshlink.io Git - meshlink/commitdiff
Update UTCP to support fragmenting packets on UDP style channels.
authorGuus Sliepen <guus@meshlink.io>
Thu, 2 Apr 2020 22:23:11 +0000 (00:23 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 2 Apr 2020 22:23:11 +0000 (00:23 +0200)
This allows the application to send packets of arbitrary size (up to 64 kiB)
without worrying about the path MTU to the destination node, which might
vary, especially at the start of a connection.

If the application doesn't want packets to fragment, it should use
meshlink_channel_get_mss() to query the maximum size for unfragmented
packets.


No differences found