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

OpenBSD: Fix keepalive_ms and set_keepalive_ms. #99

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

Commits on May 15, 2020

  1. Prevent keepalive_ms and set_keepalive_ms from always failing on Open…

    …BSD.
    
    OpenBSD (as of release 6.6) does not support the socket option TCP_KEEPIDLE.
    To be using SO_KEEPALIVE was not correct and was failing at runtime.
    
    NetBSD supports the option and it should therefore be treated like generic
    unix.  The use of SO_KEEPALIVE as the KEEPALIVE_OPTION on NetBSD also
    does not seem to be correct.
    Jozef Hatala committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f061e5e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

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