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

add option to increase queue limit for incoming connections #1398

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2024

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

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    ce509e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fba8cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c1e545 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    61f8812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84c4389 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    991c340 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. CloseWait: close connection if data isn't available

    In case of the TCP state CloseWait, the local end-point has received
    a connection termination request. If the received buffer is empty,
    the connection can be closed. No new data will arrived.
    stlankes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    58cb8b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f29be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b031486 View commit details
    Browse the repository at this point in the history
  4. print checksum capabilities

    stlankes committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    82e4785 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d00fbf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. sort the number tcp handles

    smoltcp use always lisenting socket handle to establish the next
    connection
    stlankes committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b5c31cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208b7f0 View commit details
    Browse the repository at this point in the history