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

rec: Move to a stream based socket for the control channel #10930

Merged
merged 3 commits into from
Nov 3, 2021

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    6c593a3 View commit details
    Browse the repository at this point in the history
  2. Use FDWrapper

    omoerbeek committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ac3f1f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Do not read further than the length we received, the string might

    be followed by a passed fd.
    
    Interesting to see that OpenBSD chops up recvs based on the sends,
    while Linux is happy to read more than was passed to the corresponding
    send call if another send was called after that.
    omoerbeek committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    c25917c View commit details
    Browse the repository at this point in the history