-
-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rust): adss smoltcp support and abstract tcp transport to tcp_core
* Changes to support using smoltcp as transport protocol in crate `ockam_transport_smoltcp`. * Includes async interface. * Ability to manually poll. * Necessary implementation of interfaces to run in std using tun/tap interface. * Extract common behavior from smoltcp and std tcp into `ockam_transport_core` in `tcp` module. * Necessary unix socket behavior extracted into traits. * Worker and Route behavior extracted into common modules. * No support for portals and inlet yet.
- Loading branch information
Showing
47 changed files
with
6,184 additions
and
476 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.