tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.16k stars 129 forks source link

Connectionless stream send-recv test readability improvement #232

Closed serzhiio closed 1 year ago

serzhiio commented 1 year ago

Sending two data messages with destination address from client and receiving them on server stream with source address fetch.

quininer commented 1 year ago

Thank you!