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

Don't set SO_REUSEPORT on Windows (#23947) [HZ-2213] #25378

Merged

Commits on Sep 6, 2023

  1. Don't set SO_REUSEPORT on Windows (hazelcast#23947) [HZ-2213]

    SO_REUSEADDR flag works as expected on POSIX platforms, but will cause indeterminate behaviors on Windows sockets.
    
    See:
    - jetty/jetty.project#6661 (comment)
    - learn.microsoft.com/en-us/windows/win32/winsock/using-so-reuseaddr-and-so-exclusiveaddruse#using-so_reuseaddr
    ldziedziul committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c607ded View commit details
    Browse the repository at this point in the history