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

On Send fail report Received error; Add MSG_NOSIGNAL #43

Merged
merged 1 commit into from
Apr 9, 2024

Commits on Mar 17, 2024

  1. On Send fail report Received error; Add MSG_NOSIGNAL

    * If error occurred while writing to the server. In this case
    the function will try to read replies from the server.
    Maybe one of the replies will contain an error message that
    explains why write got failed.
    
    * Ignore SIGPIPE signal on write (Replace writev() with sendmsg())
    moticless committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5432188 View commit details
    Browse the repository at this point in the history