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

Initialize networking on Windows #183

Merged
merged 3 commits into from
Jan 27, 2024
Merged

Initialize networking on Windows #183

merged 3 commits into from
Jan 27, 2024

Commits on Jan 26, 2024

  1. Initialize networking before running connect()

    This commit adds a setup_networking function. On most platforms it does
    nothing. However, on Windows it calls `wsa_startup`. This ensures that
    all networking is set up before anything else is called.
    
    Closes #182
    
    Signed-off-by: John Nunley <[email protected]>
    notgull committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fcc4435 View commit details
    Browse the repository at this point in the history
  2. Set up a test

    Signed-off-by: John Nunley <[email protected]>
    notgull committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    298568e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Ignore nslookup failure

    Signed-off-by: John Nunley <[email protected]>
    notgull committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8741554 View commit details
    Browse the repository at this point in the history