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

[RFC] Add priority queues #925

Open
wants to merge 9 commits into
base: dev/IPv6_integration
Choose a base branch
from

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    090000a View commit details
    Browse the repository at this point in the history
  2. Add multiple event queues.

    This enables strict priority based scheduling of packets within the
    stack. The user can define a socket/packet priority mapping for each
    queue. This allows certain high priority traffic to overtake packets or
    low priority traffic to fill the rest of the bandwidth.
    go2sh committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    43c522d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f731c9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97d05ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    680ae63 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Address review comments.

    go2sh committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    890ef29 View commit details
    Browse the repository at this point in the history
  2. Add spellchecking entry.

    go2sh committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9d8c6a0 View commit details
    Browse the repository at this point in the history
  3. Fix define wording.

    go2sh committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    88cbabc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be084d1 View commit details
    Browse the repository at this point in the history