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

[core] Simplify accepting incoming connections. #1732

Merged
merged 4 commits into from
Sep 9, 2020

Commits on Sep 7, 2020

  1. Simplify incoming connection handling.

    Instead of handing out a mutable borrow to the connection
    pool in the `IncomingConnectionEvent`, so one can call
    `IncomingConnectionEvent::accept()`, just provide
    `Network::accept()`.
    Roman S. Borschel committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4c63e0e View commit details
    Browse the repository at this point in the history
  2. Update docs.

    Roman S. Borschel committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    1713284 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.

    Roman S. Borschel committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    e2506e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    2366490 View commit details
    Browse the repository at this point in the history