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

Deal with EOPNOTSUPP returned from getsockopt() #5716

Merged
merged 1 commit into from
Sep 18, 2018
Merged

Deal with EOPNOTSUPP returned from getsockopt() #5716

merged 1 commit into from
Sep 18, 2018

Commits on Sep 16, 2018

  1. Deal with EOPNOTSUPP returned from getsockopt()

    This can be returned when running on QEMU user-mode emulation,
    which does not support getsockopt with SO_RCVTIMEO.
    
    Signed-off-by: Michael Kuron <[email protected]>
    mkuron committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    17b0f1f View commit details
    Browse the repository at this point in the history