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(client): remove needless process_output in process_input #1922

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. fix(neqo-client): remove unnecessary process_output call in process_m…

    …ultiple_input
    
    There is no need to call `process_output` within `process_multiple_input` after
    each GRO datagram batch. Instead, process all available incoming datagrams in
    `process_multiple_input` and then move on to the top of the `loop`, calling
    `handler.handle` and then process_output` as usual.
    mxinden committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d533d6e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    e5ef460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636e5df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1907d44 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Trigger CI

    mxinden committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8455093 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    a1e9b86 View commit details
    Browse the repository at this point in the history
  2. Trigger benchmarks

    mxinden committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0d8ff09 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    619d8c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    6310058 View commit details
    Browse the repository at this point in the history