Files
nym/documentation/docs/pages/developers/rust/tcpproxy.mdx
T
mfahampshire d0c0e64a83 rust sdk links
2024-10-24 13:54:45 +02:00

6 lines
558 B
Plaintext

# TcpProxy Module
This module exposes the `TcpProxyClient` and the `TcpProxyServer` which can be used to proxy traffic through the Mixnet in a way that is more familiar to developers than the methods exposed by the [`Mixnet` module](./mixnet).
Both `Client` and `Server` are intended to be initialised and then run in a background thread, exposing a configurable `localhost` socket which developers can read/write/stream to without having to worry about the [message-based](../concepts/messages) nature of sending and receiving traffic to/from the Mixnet.