Files
firezone/rust/connlib
Thomas Eizinger 708375bbb4 refactor(connlib): reuse ResourceDst for assertion (#5206)
Currently, we field `expected_icmp_handshakes` tracks the resource
destination as an `IpAddr` with a separate `ResourceKind` enum to
correctly interpret the address.

When generating the transition, we already use a `ResourceDst` enum
differentiate between the two different kinds of resources.

We can reuse that same enum to make the assertion clearer.
2024-06-04 04:34:54 +00:00
..

Connlib

Firezone's connectivity library shared by all clients.

Building Connlib

You shouldn't need to build connlib directly; it's typically built as a dependency of one of the other Firezone components. See READMEs in those directories for relevant instructions.