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

Add sock_extended_err and associated constants from errqueue.h #1613

Closed
wants to merge 4 commits into from
Closed

Add sock_extended_err and associated constants from errqueue.h #1613

wants to merge 4 commits into from

Commits on Dec 2, 2019

  1. Add sock_extended_err and associated constants from errqueue.h

    sock_extended_err is a struct returned as a control message when the sockopt
    IP_RECVERR is set, when recvmsg has the MSG_ERRQUEUE flag set.  IP_RECVERR and
    MSG_ERRQUEUE are constants both already defined here.
    mcpherrinm committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    79617c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728d8f1 View commit details
    Browse the repository at this point in the history
  3. Remove _ZEROCOPY_ and _TXTIME_ as they are recent additions

    They are not available in the headers that are being tested against
    mcpherrinm committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    2935dc0 View commit details
    Browse the repository at this point in the history
  4. Add time.h

    Needed for `struct timespec` definition in errqueue.h
    mcpherrinm committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    db96698 View commit details
    Browse the repository at this point in the history