Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Jan 5, 2022 4:37 UTC (Wed) by NYKevin (subscriber, #129325)In reply to: Zero-copy network transmission with io_uring by farnz
Parent article: Zero-copy network transmission with io_uring
In order to get to 4, you must first get to 2, and as I explained, there's no way to make that perform acceptably in the general case, so you might as well give up on zero-copy and go with regular old blocking, copying send(2) instead.
