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

Fold UdpState into AsyncUdpSocket #1612

Merged
merged 3 commits into from
Jul 24, 2023
Merged

Fold UdpState into AsyncUdpSocket #1612

merged 3 commits into from
Jul 24, 2023

Commits on Jul 24, 2023

  1. Fold UdpState into AsyncUdpSocket

    Allows knowledge of UdpState to be isolated entirely within
    AsyncUdpSocket implementations, simplifying quinn::Endpoint and the
    poll_send API, and exposing more control over UDP feature checks to
    implementers.
    Ralith committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3c8166f View commit details
    Browse the repository at this point in the history
  2. Fold UdpState into UdpSocketState

    Simplifies the quinn-udp API, and helps isolate internal complexity to
    the platforms that need it.
    Ralith committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    19655d5 View commit details
    Browse the repository at this point in the history
  3. Bump quinn-udp version

    Ralith committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    04415bf View commit details
    Browse the repository at this point in the history