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 #1455, High-res timed stream ops #1456

Merged
merged 2 commits into from
Jul 2, 2024

Commits on May 21, 2024

  1. Fix nasa#1455, High-resolution timed ops

    Add API calls equivalent to existing calls that use an absolute timeout
    as opposed to a relative timeout.  The absolute timeout can support
    resolution of 0.1 usec in the default configuration.
    
    Internally this primarily affects the underlying call to select().
    
    Note that per the definition of select() in POSIX, it uses a
    "struct timeval" which has a resolution of 1 usec.
    jphickey committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ec30aa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Correcting status check in network-api-test.c that was referencing th…

    …e incorrect status variable.
    dzbaker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5cc0355 View commit details
    Browse the repository at this point in the history