mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-23 07:09:08 +02:00
[client] Bump the wireguard-go fork to f6c41ca
Picks up three changes merged on the fork since 2834beb: - #18 disable gVisor TCP RACK loss detection on Windows - #19 make netTun.Close idempotent, so a second close no longer panics the whole process (NET-1609) - #20 stop an exhausted buffer pool from wedging peer removal: a keepalive no longer blocks on the pool, and the data path no longer resets the handshake-attempt counter, so a peer that cannot handshake gives up after ~90s and releases the packets it staged The proxy runs with a capped pool (NB_PROXY_PREALLOCATED_BUFFERS), which is the configuration #20 addresses; every other build uses an unbounded pool and is unaffected by it.
This commit is contained in:
@@ -331,7 +331,7 @@ replace github.com/kardianos/service => github.com/netbirdio/service v0.0.0-2024
|
||||
|
||||
replace github.com/getlantern/systray => github.com/netbirdio/systray v0.0.0-20231030152038-ef1ed2a27949
|
||||
|
||||
replace golang.zx2c4.com/wireguard => github.com/netbirdio/wireguard-go v0.0.0-20260628102922-2834bebf6c1a
|
||||
replace golang.zx2c4.com/wireguard => github.com/netbirdio/wireguard-go v0.0.0-20260911073736-f6c41ca4d739
|
||||
|
||||
replace github.com/cloudflare/circl => codeberg.org/cunicu/circl v0.0.0-20230801113412-fec58fc7b5f6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user