Files
2ro b9a6ec2abc
ci-binary-config-checker / publish-nym (arc-ubuntu-22.04) (push) Has been cancelled
smolmix + sdk: throughput and latency tuning for the Goblin read tunnel
256KB TCP buffers (was 8KB) + burst 64 (was 1) in smolmix; an
IpMixStream::from_client constructor + best_ipr helper and reply-SURBs
10->4 in the ipr wrapper so a caller can back the tunnel with a
high-traffic-profile MixnetClient. No behavior change to the default
connect_new path used by the scoped exit.
2026-07-02 19:58:10 -04:00
..
2026-05-13 11:19:44 +00:00
2026-05-28 15:57:10 +00:00
2026-04-14 20:13:12 +00:00

Nym Rust SDK

This repo contains several components:

  • mixnet: exposes Nym Client builders and methods. This is useful if you want to interact directly with the Client, or build transport abstractions.
  • tcp_proxy: exposes functionality to set up client/server instances that expose a localhost TcpSocket to read/write to like a 'normal' socket connection. tcp_proxy/bin/ contains standalone nym-proxy-client and nym-proxy-server binaries.
  • clientpool: a configurable pool of ephemeral Nym Clients which can be created as a background process and quickly grabbed.

Documentation can be found here.