mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
The reference that is specified as part of the connection intent fulfills one particular purpose: To avoid accepting connection details for a "stale" intent, i.e. a previous one that we sent for the same resource. With the move to `phoenix-channel` in #3682, we can no longer specify the reference explicitly. Instead, sending a message to the portal gives us an `OutboundRequestId`. To make the transition in #3682 easier, we emulate this behaviour here temporarily in the `ControlPlane` of the clients.
Rust development guide
Firezone uses Rust for all data plane components. This directory contains the Linux and Windows clients, and low-level networking implementations related to STUN/TURN.
We target the last stable release of Rust using rust-toolchain.toml.
If you are using rustup, that is automatically handled for you.
Otherwise, ensure you have the latest stable version of Rust installed.