]> git.meshlink.io Git - meshlink/commitdiff
Add support for AIO using filedescriptors.
authorGuus Sliepen <guus@meshlink.io>
Thu, 29 Aug 2019 21:26:29 +0000 (23:26 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 29 Aug 2019 21:26:29 +0000 (23:26 +0200)
This adds support to enqueue transmits between channels and filedescriptors.
Currently, it requires that read() and write() calls on the filedescriptors
are non-blocking and always succeed, which limits it to reading from and
writing to files.


No differences found