Hacker News new | ask | show | jobs
by galliher 695 days ago
> faster

Check out {send,recv}mmsg before something io_uring-ish imho. One syscall/ctxt, many packets.

1 comments

Thanks, that might be exactly what I am looking for; I'll check it out.