ptth/crates
(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
..
always_equal 📝 remove Github repo from Cargo.tomls. PTTH is no longer on my Github 2021-07-18 17:44:07 +00:00
debug_proxy ⬆️ update to Tokio 1.8.x to get a feature I want 2021-07-18 17:33:34 +00:00
insecure_chat 🚧 wip: working on the Insecure Chat peer 2022-10-18 04:22:34 +00:00
metrics_test ⬆️ update to Tokio 1.8.x to get a feature I want 2021-07-18 17:33:34 +00:00
ptth_core add the multi-call server 2021-10-02 18:13:14 +00:00
ptth_diceware 🚧 wip: working on insecure chat prototype 2022-10-16 22:24:15 +00:00
ptth_file_server_bin 🐛 bug: looks like the memory leak for large files might have been in Tokio or reqwest. 2022-04-11 16:56:59 -05:00
ptth_kv ⬆️ update to Tokio 1.8.x to get a feature I want 2021-07-18 17:33:34 +00:00
ptth_multi_call_server ♻️ refactor: use ptth_diceware for the diceware command in ptth_multi_call_server 2022-10-16 19:59:06 +00:00
ptth_quic use udp_over_tcp for both PTTH_QUIC end server and relay server 2022-10-31 13:50:42 -05:00
ptth_quic_client_gui 🐛 bug: update ptth_quic_client_gui to quinn 0.8.x too 2022-10-16 19:44:25 +00:00
ptth_relay ⬆️ update hyper dep and allow HTTP/2 for the relay 2022-09-14 14:54:42 -05:00
ptth_server Merge remote-tracking branch 'external/main' 2022-05-26 01:00:02 +00:00
ptth_server_gui Merge branch 'main' of ssh://virtusense-dev.com:2200/Trisha/ptth into main 2022-10-25 10:31:08 -05:00
udp_over_tcp use udp_over_tcp for both PTTH_QUIC end server and relay server 2022-10-31 13:50:42 -05:00