mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 06:41:51 +00:00
This did not do anything other than limit the size of the buffer that we pass in for reading. This has no effect whatsoever. We only ever read a single packet anyway and we get told how big it is as a result of `poll_read`. Resolves: #4469.
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.