]> git.meshlink.io Git - meshlink/commit - src/meshlink++.h
Add meshlink_channel_aio_send().
authorGuus Sliepen <guus@meshlink.io>
Mon, 12 Aug 2019 11:43:01 +0000 (13:43 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 12 Aug 2019 12:01:09 +0000 (14:01 +0200)
commitd5112a0a5e7036957f22c604e767e33c4b10b775
treeb94d5f2dd966b279145d6710b98b53251c4ec550
parent3e675d73bc4d524a0a68a1ec782fe7e3960af398
Add meshlink_channel_aio_send().

This function allows handing over a large amount of data to MeshLink
which will be sent without needing intervention from the application.
A callback is called when MeshLink is done with the data, so the
application can call any cleanup function it needs to call.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/meshlink_internal.h