]> git.meshlink.io Git - meshlink/commit - test/channels-aio.c
Test concurrent AIO and non-AIO transfers.
authorGuus Sliepen <guus@meshlink.io>
Thu, 15 Aug 2019 20:41:15 +0000 (22:41 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 15 Aug 2019 20:41:15 +0000 (22:41 +0200)
commit69ca435ff7948071326bf43796b5c375ac7c1c49
tree35f777b0cd97c251bfe273309219dd2123a12849
parenta18da7ad8a0d9f28dabf97d15407ece748538888
Test concurrent AIO and non-AIO transfers.

Create 5 channels; 4 transfer a large amount of data via AIO, the 5th does
a regular meshlink_channel_send(). Verify that there is concurrency between
all channels.
test/channels-aio.c