ptth/crates/ptth_quic/src
(on company time) f9e10e0f64 use udp_over_tcp for both PTTH_QUIC end server and relay server
- `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)
2022-10-31 13:50:42 -05:00
..
bin ♻️ refactor: break out most of the relay server into a module 2022-10-09 16:43:50 +00:00
client_proxy.rs 🚧 wip: start moving `prototypes/quic_demo` to `crates/ptth_quic` 2022-10-09 14:11:16 +00:00
connection.rs 🚧 wip: start moving `prototypes/quic_demo` to `crates/ptth_quic` 2022-10-09 14:11:16 +00:00
executable_end_server.rs use udp_over_tcp for both PTTH_QUIC end server and relay server 2022-10-31 13:50:42 -05:00
executable_relay_server.rs use udp_over_tcp for both PTTH_QUIC end server and relay server 2022-10-31 13:50:42 -05:00
lib.rs ♻️ refactor: break out most of the relay server into a module 2022-10-09 16:43:50 +00:00
prelude.rs use udp_over_tcp for both PTTH_QUIC end server and relay server 2022-10-31 13:50:42 -05:00
protocol.rs ⬆️ update to quinn 0.8.x 2022-10-09 15:30:57 +00:00
quinn_utils.rs ⬆️ update to quinn 0.8.x 2022-10-09 15:30:57 +00:00