Closed r-n-o closed 5 months ago
This PR introduces qos_net, a new crate containing a remote proxy and utilities to let enclave apps establish and use TCP connections to remote hosts.
qos_net
Here's a pretty picture to visualize where qos_net::Proxy fits in the landscape:
qos_net::Proxy
New unit and integrations tests; significant cleanups are needed!
Wanted to highlight this in case you wanted to merge this before me merging the resharding service: https://github.com/tkhq/qos/pull/446#discussion_r1644783972
Summary & Motivation (Problem vs. Solution)
This PR introduces
qos_net
, a new crate containing a remote proxy and utilities to let enclave apps establish and use TCP connections to remote hosts.Here's a pretty picture to visualize where
qos_net::Proxy
fits in the landscape:How I Tested These Changes
New unit and integrations tests; significant cleanups are needed!
Pre merge check list