Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demonstrate connection limiting in example
This commit adds a new --connection-limit option to the server example to illustrate how a user could implement a limit to the number of connections open at a time with the new "incoming" API and Endpoint::open_connections method rather than with the now-removed concurrent_connections ServerConfig parameter.
- Loading branch information