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

net: add poll_{recv,send}_ready methods to udp/uds_datagram #4131

Merged
merged 2 commits into from Sep 24, 2021

Commits on Sep 24, 2021

  1. net: add poll_{send,recv}_ready methods to udp

    similar to unix and tcp sockets, this commits brings `poll_read_ready` and
    `poll_write_ready` methods.
    
    Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
    baloo committed Sep 24, 2021
    Copy the full SHA
    1e820d3 View commit details
    Browse the repository at this point in the history
  2. uds: adds poll_{recv,send}_ready methods

    Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
    baloo committed Sep 24, 2021
    Copy the full SHA
    5291bc6 View commit details
    Browse the repository at this point in the history