]> git.meshlink.io Git - meshlink/commit
Allow sending up to 16 MiB in one go over a UDP channel. feature/huge-udp-channel-packets
authorGuus Sliepen <guus@meshlink.io>
Thu, 3 Sep 2020 20:04:28 +0000 (22:04 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 4 Mar 2021 16:24:38 +0000 (17:24 +0100)
commit0d9b44941fe2b07ba12d56f75c7883ebca2938d8
tree326d9c7e29a10c262f186b107c9a289686ba4602
parent6346e3f4a100f958d5aaeffd867b10ed7cd0cd92
Allow sending up to 16 MiB in one go over a UDP channel.

The application should set the channel send and receive buffers to be
able to hold the largest packet it expects to transmit and receive.
src/utcp_priv.h
test/channels-udp.c