[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:
riccardom
2026-09-11 10:32:46 +02:00
parent a419e770d9
commit 5b975f4681
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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