ringbahn / iou

Rust interface to io_uring
Apache License 2.0
328 stars 22 forks source link

Fix uring_sys call in SQE recv prep helper #57

Closed mxxo closed 3 years ago

mxxo commented 3 years ago

This patch fixes a bug in SQE::prep_recv where uring_sys::io_uring_prep_send was being called instead of the corresponding recv function.

withoutboats commented 3 years ago

oof, thanks!