ringbahn / iou

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

Add sendmsg usage example #60

Open mxxo opened 3 years ago

mxxo commented 3 years ago

Add SQE::prep_sendmsg usage example that implements sendto on top of sendmsg (as practice for implementing a ringbahn SendTo event). The msghdr initialization code (including the pointer casts) was adapted from nix.