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

[ignore] Testing CI for quinn-proto wasm support #17

Closed
wants to merge 15 commits into from

Conversation

matheus23
Copy link

No description provided.

mxinden and others added 15 commits October 24, 2024 10:47
Linux drops UDP datagrams larger than 64k, even when segmented. In other words,
64k - headers is the maximum GSO payload size.
This uses Apple's private sendmsg_x and recvmsg_x system calls for
multi-packet UDP I/O.
This makes it more apparent that this logging is happening because users
are more likely to read at least the first "layer" of the APIs they are
using.

In addition, we are going to offer a `try_send` API which requires us to
decouple the `send` free-function from this logging behaviour.
This allows us to have it follow the exact same implementation as the
unix and windows one.
@matheus23 matheus23 marked this pull request as draft October 26, 2024 20:19
@matheus23 matheus23 force-pushed the matheus23/quinn-proto-wasm branch 2 times, most recently from dc4dcb2 to 7b2af82 Compare October 26, 2024 20:57
@matheus23 matheus23 closed this Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants