Add simple websocket implementation which can be used to easily onboard
keyserver support.
Part of:
Paths
| Differential D7610 Authored by • jon on Apr 25 2023, 8:56 AM.
Details Summary Add simple websocket implementation which can be used to easily onboard Part of: Test Plan cd services/tunnelbroker cargo run
Diff Detail
Event TimelineHerald added subscribers: atul, tomek, ashoat. · View Herald TranscriptApr 25 2023, 8:56 AM2023-04-25 08:56:58 (UTC-7) Harbormaster completed remote builds in B18742: Diff 25680.Apr 25 2023, 9:15 AM2023-04-25 09:15:07 (UTC-7) bartek added inline comments.
This revision is now accepted and ready to land.Apr 26 2023, 6:20 AM2023-04-26 06:20:24 (UTC-7) • jon added a child revision: D7659: [Tunnelbroker] Remove references to cxx.Apr 27 2023, 7:07 AM2023-04-27 07:07:56 (UTC-7) • jon marked an inline comment as done. • jon added inline comments.
Harbormaster completed remote builds in B18864: Diff 25833.Apr 27 2023, 7:19 AM2023-04-27 07:19:55 (UTC-7) Closed by commit rCOMMd51b1f099fd1: [Tunnelbroker] Add initial websocket connection support and connection map (authored by • jon). · Explain WhyApr 27 2023, 8:59 AM2023-04-27 08:59:04 (UTC-7) This revision was automatically updated to reflect the committed changes. • jon marked an inline comment as done.
Revision Contents
Diff 25862 services/tunnelbroker/Cargo.lock
services/tunnelbroker/Cargo.toml
services/tunnelbroker/src/main.rs
services/tunnelbroker/src/websockets/mod.rs
shared/tunnelbroker_messages/src/messages/mod.rs
|