]> git.meshlink.io Git - meshlink/commit - src/meshlink++.h
Add meshlink_set_channel_flags().
authorGuus Sliepen <guus@meshlink.io>
Tue, 23 Feb 2021 18:56:31 +0000 (19:56 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 23 Feb 2021 18:56:31 +0000 (19:56 +0100)
commit7ece2b2350630584a2268b6b028d545ea69053a3
tree0b915084362f82bafd530fa1b7dda7c57f86dcd1
parentb3ffdf70b7f91d3a89b590904ddea84356908239
Add meshlink_set_channel_flags().

This allows changing some of the flags of a channel. Currently it can be
used to change MESHLINK_CHANNEL_NO_PARTIAL and MESHLINK_CHANNEL_DROP_LATE.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/utcp.c
src/utcp.h
test/channels-no-partial.c