-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal: Remove the SetKeepalive trait (#363)
In preparation of decoupling the listener logic from TLS discovery, I'm trying to simplify the transport module. This change is intended to make the `listen` and `connect` modules primarily responsible for preparing a `TCPStream` before any other transformations are applied to the IO stream. The `internal::Io` trait can be narrowed and the various `Io` impls no longer need to proxy this API. In follow-up changes, the `listen` module will be decoupled from identity/TLS; and some of the `transport` core types will be split out into subcrates.
- Loading branch information
Showing
11 changed files
with
72 additions
and
241 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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.