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 netProbe write check #843

Merged
merged 1 commit into from
May 31, 2019
Merged

Fix netProbe write check #843

merged 1 commit into from
May 31, 2019

Commits on May 30, 2019

  1. Fix netProbe write check

    Write at least 1 byte. This ensures that sockets are ready to use for writing.
    Windows specific: during the system startup, sockets can be created but the underlying buffers may not be setup yet. If this is the case Write fails with WSAENOBUFS: "An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
    This fixes: #841
    matbech committed May 30, 2019
    Configuration menu
    Copy the full SHA
    4cc65f7 View commit details
    Browse the repository at this point in the history