tokio-rs / io-uring

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

Test register buffers #278

Closed connortsui20 closed 3 months ago

connortsui20 commented 4 months ago

Adds a test for register_buffers, WriteFixed, and ReadFixed.

This is branched off of #276.

There is a small technically "unnecessary" change related to #277 that just comments out the tests::net::test_udp_recvmsg_multishot_trunc test since it doesn't actually work on my machine. Feel free to revert that comment out!

quininer commented 3 months ago

Thank you!