- `cargo run -p ptth_quic --bin ptth_quic_relay_server -- --tcp-listen-port 4440` - `cargo run -p ptth_quic --bin ptth_quic_end_server -- --use-udp-over-tcp true --relay-addr 127.0.0.1:4440 --server-id my_server` - `cargo run -p ptth_quic_client_gui -- --client-id me` - `nc -l -p 5900` - (Open my_server, 5900 in the client GUI) - `nc 127.0.0.1 50369` (or whatever port the GUI picked) |
||
|---|---|---|
| .. | ||
| always_equal | ||
| debug_proxy | ||
| insecure_chat | ||
| metrics_test | ||
| ptth_core | ||
| ptth_diceware | ||
| ptth_file_server_bin | ||
| ptth_kv | ||
| ptth_multi_call_server | ||
| ptth_quic | ||
| ptth_quic_client_gui | ||
| ptth_relay | ||
| ptth_server | ||
| ptth_server_gui | ||
| udp_over_tcp | ||