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 a librice-io crate for handling IO things from C. #46

Merged
merged 4 commits into from
Aug 7, 2024
Merged

Commits on Aug 1, 2024

  1. implement and expose a librice-io crate for C compatibility

    Only does io things using some low level async primitives.
    
    In the future, may also implement support for more advanced network
    handling like GRO/GSO/io_uring.
    ystreet committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    81fb5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fce69e View commit details
    Browse the repository at this point in the history
  3. conncheck: remove internal ConnCheck::clone_with_pair_nominate()

    The equivalant functionality can be done by simply creating a new
    ConnCheck.
    
    Also take the check's controlling value directly from the checklist.
    Fixes the controlling value in dump_check_state().
    ystreet committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    41a8281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ca4204 View commit details
    Browse the repository at this point in the history