]> git.meshlink.io Git - meshlink/commit
Allow the channel send and receive buffer size to be changed.
authorGuus Sliepen <guus@meshlink.io>
Tue, 13 Aug 2019 19:03:42 +0000 (21:03 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 13 Aug 2019 19:03:42 +0000 (21:03 +0200)
commita18da7ad8a0d9f28dabf97d15407ece748538888
tree0f52c56a4efdbbcd80321a29cccda41d4b03c45b
parent57114d942004e8a34ff22aadc0c620a0aabbb423
Allow the channel send and receive buffer size to be changed.

This also adds a test to see if this works in combination with
MESHLINK_CHANNEL_NO_PARTIAL.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/utcp
test/Makefile.am
test/channels-no-partial.c [new file with mode: 0644]
test/channels-no-partial.test [new file with mode: 0755]