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 issue with long timeouts in TCP connect() #210

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    56f1645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6807d4f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Only use SO_SNDTIMEO for connect() on Linux.

    It does not appear to be supported for connect() on Windows, and takes a
    different argument.
    Note sure about vxWorks and RTEMS, they could be added later.
    Fix typo in error messages.
    MarkRivers committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    53a40b5 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    MarkRivers committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f37b763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74a821f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9db1a66 View commit details
    Browse the repository at this point in the history