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

keepalives refactor #481

Merged
merged 6 commits into from
May 3, 2024
Merged

keepalives refactor #481

merged 6 commits into from
May 3, 2024

Commits on May 3, 2024

  1. tests UPDATE remove redundant tests

    ... that do not test anything and are
    difficult to maintain.
    michalvasko committed May 3, 2024
    Configuration menu
    Copy the full SHA
    28103c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4afb10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d2837 View commit details
    Browse the repository at this point in the history
  4. session UPDATE set keepalives on accepted sockets

    ... instead of the listening socket. Makes the
    code cleaner and some TCP/IP implementations
    do not support changing these options on listening
    sockets.
    michalvasko committed May 3, 2024
    Configuration menu
    Copy the full SHA
    48dbc4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d51553e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91df8c2 View commit details
    Browse the repository at this point in the history