mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-04-05 09:06:08 +00:00
The lifetime of the returned packet is actually already `'static`, meaning we don't need to call `to_owned`. Related: #6366. Signed-off-by: Thomas Eizinger <thomas@eizinger.io> Co-authored-by: firezone <firezone@firezones-MacBook-Air.local>
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.