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

Fix minor datagram send bugs #1836

Merged
merged 10 commits into from
May 1, 2024
Merged

Fix minor datagram send bugs #1836

merged 10 commits into from
May 1, 2024

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    6ed25d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    647ba5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e95ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d91d02 View commit details
    Browse the repository at this point in the history
  5. Use RAII span guard in PacketBuilder

    Prevents spans from leaking when packets aren't finished
    Ralith committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5b6b66f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ef5d45 View commit details
    Browse the repository at this point in the history
  7. Fix unit test time travel

    The current system time must only be sampled once to establish the
    unit test epoch. Because test time doesn't advance unless told to,
    this was causing connections to sometimes receive packets from before
    they were created, causing odd warnings and potentially other
    unintended behavior.
    Ralith committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bd14a3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a843f2 View commit details
    Browse the repository at this point in the history
  9. Additional trace logs

    Ralith committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8d04e68 View commit details
    Browse the repository at this point in the history
  10. Delete dead comment

    Ralith committed May 1, 2024
    Configuration menu
    Copy the full SHA
    73e6d1f View commit details
    Browse the repository at this point in the history