-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: support disabling keep-alives
This changes the semantics of setting `qp2p::Config::keep_alive_interval = None` from falling back to the default value, to actually setting `None` in the underlying transport config, thereby disabling keep-alives. BREAKING CHANGE: Setting `qp2p::Config::keep_alive_interval = None` will now disable keep-alives, rather than falling back to the default interval.
- Loading branch information
Showing
1 changed file
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters