Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Implement fallback for sendmmsg and recvmmsg" #1966

Merged
merged 2 commits into from
Sep 3, 2024

Commits on Sep 2, 2024

  1. Revert "Implement fallback for sendmmsg and recvmmsg"

    This reverts commit e6f1844.
    
    e6f1844 called `sendmmsg` and `recvmmsg` through `libc::syscall` instead of
    `libc::sendmmsg` and `libc::recvmmsg`, thus preventing linking issues on old
    Android systems where `libc::sendmmsg` and `libc::recvmmsg` isn't available.
    
    In quinn-rs#1503 (comment) the
    decision was made to no longer support these old Android systems (API level 16).
    
    This commit reverts e6f1844. Given that `sendmmsg` support was previously
    dropped in ee08826, only the `recvmmsg` calls are reverted.
    mxinden committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bf9ec6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb44c77 View commit details
    Browse the repository at this point in the history