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

Android API level <= 25 fails sendmsg ECN with InvalidInput #1975

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 23, 2024

  1. Android API level <= 25 fails sendmsg ECN with InvalidInput

    When running the `quinn-udp` `ecn_*` unit tests `sendmsg` fails with:
    
    ```
    2024-08-22T14:41:30.636494Z  WARN quinn_udp: sendmsg error: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }, Transmit: { destination: 127.0.0.1:50196, src_ip: None, enc: Some(Ect0), len: 5, segment_size: None }
    ```
    
    https://github.com/quinn-rs/quinn/blob/cef42cccef6fb6f02527ae4b2f42d7f7da878f62/quinn-udp/tests/tests.rs#L34-L153
    mxinden committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1de805a View commit details
    Browse the repository at this point in the history