(on company time)
|
ce7a539413
|
🔧 config: add tcp_listen_port to config file
|
2022-12-19 17:05:39 -06:00 |
(on company time)
|
3f4bce85a4
|
✅ UDP-over-TCP passes okay
Next step is updating the relay and making sure it integrates into (our thing that uses PTTH_QUIC)
|
2022-12-19 16:25:50 -06:00 |
(on company time)
|
e3ff600b51
|
✅ expose count of connected end servers to testing code
|
2022-12-19 14:58:12 -06:00 |
(on company time)
|
3f0272ed09
|
👕 refactor: break apart the relay's main fn so we can see which ports it bound
|
2022-12-19 13:51:37 -06:00 |
(on company time)
|
605c15468a
|
👕 refactor: making PTTH_QUIC more testable
|
2022-12-19 13:21:46 -06:00 |
(on company time)
|
93be903b86
|
;loud_sound: report all incoming connections over WebHook, for now
|
2022-12-16 16:46:30 -06:00 |
(on company time)
|
33fe10ee27
|
🔇 remove this debugging thing
|
2022-12-16 16:19:50 -06:00 |
(on company time)
|
0fc99e7c26
|
⭐ set up IP addr nicknames for eventual IP allow-listing
|
2022-12-16 16:05:29 -06:00 |
(on company time)
|
86e5305630
|
🚧 wip: start making a place for PTTH_QUIC relay server config
|
2022-12-16 15:43:47 -06:00 |
(on company time)
|
24dac2cc39
|
🔊 (ptth_quic relay server) log listen address
|
2022-12-16 13:56:31 -06:00 |
(on company time)
|
996543cecc
|
🚧 wip: PTTH_QUIC to quinn 0.9.x
|
2022-12-16 13:49:34 -06:00 |
(on company time)
|
5a9c301747
|
🔊 add random IDs for QUIC connection events
|
2022-12-16 13:25:21 -06:00 |
(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 |
(on company time)
|
fd3c85fccd
|
⭐ add udp_over_tcp server to PTTH_QUIC relay server
maybe it'll work
|
2022-10-31 13:11:31 -05:00 |
(on company time)
|
963631ff96
|
➖ remove old unused TCP server from PTTH_QUIC relay
|
2022-10-31 12:55:29 -05:00 |
_
|
be03300f55
|
♻️ refactor: break out most of the relay server into a module
I want an end-to-end test that runs all 5 nodes in 1 process, like PTTH
itself has.
|
2022-10-09 16:43:50 +00:00 |