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

Gdamore/ipc peer tweaks #1747

Merged
merged 4 commits into from
Dec 30, 2023
Merged

Gdamore/ipc peer tweaks #1747

merged 4 commits into from
Dec 30, 2023

Commits on Dec 29, 2023

  1. ipc: refactor get peerid support to use common POSIX code

    This eliminates some code.  A test is added as well, so this should
    help with coverage.
    gdamore committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    25bde0d View commit details
    Browse the repository at this point in the history
  2. ipc: changing ep receive max should not affect established pipes

    This code was not well tested, and is racy as well.
    gdamore committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0c6f6b8 View commit details
    Browse the repository at this point in the history
  3. tcp and tls: setting recv max on endpoint does not change pipes

    Again, this was racy code, and not well tested.  Set this option
    before starting the endpoint if you need to be sure.
    gdamore committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    58fd88a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5954332 View commit details
    Browse the repository at this point in the history