Files
firezone/rust/connlib
Thomas Eizinger 3aeb9d506e test(connlib): add Idle transition (#6006)
In #5948, we start testing network latency within `tunnel_test` to make
sure _some_ time-related things are triggered. Building on top of that,
we now add an `Idle` transition that does nothing for 5 minutes. After 5
minutes of idling, we auto-close a connection.

Using this new state transition, we can replace another test within
`snownet`, further reducing that (duplicated) test suite. In addition,
this gives us some more coverage of code by testing whether allocations
and channel bindings can be refreshed accordingly.
2024-07-24 05:07:07 +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.