quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

Implement fallback for `sendmmsg` and `recvmmsg` #1504

Closed link2xt closed 1 year ago

link2xt commented 1 year ago

Some Android phones use older 2.x kernels and do not support sendmmsg which is available only since Linux 3.0.

Similarly, recvmmsg is only available since Linux 2.6.34.

link2xt commented 1 year ago

Sidenote: consider enabling automatic approval of workflow runs for new contributors.

djc commented 1 year ago

I changed the repo setting to only flag contributors from new GitHub members.

link2xt commented 1 year ago

This is ready for review now.