maikel / senders-io

An adaption of Senders/Receivers for async networking and I/O
Apache License 2.0
14 stars 2 forks source link

Support for unix sockets #42

Closed maikel closed 1 year ago

maikel commented 1 year ago

The current socket implementation of io_uring assumes an ip::endpoint. We should implement local::endpoint and a local::stream_protocol similar to asio https://www.boost.org/doc/libs/1_82_0/doc/html/boost_asio/reference/local__stream_protocol.html