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
* All necessary 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 a new `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