Closed link2xt closed 1 year ago
Some Android phones use older 2.x kernels and do not support sendmmsg which is available only since Linux 3.0.
sendmmsg
Similarly, recvmmsg is only available since Linux 2.6.34.
recvmmsg
Sidenote: consider enabling automatic approval of workflow runs for new contributors.
I changed the repo setting to only flag contributors from new GitHub members.
This is ready for review now.
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.