You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(daemon): guard duplicate rekey initiation, fix blackhole detection for new peers
- tunnel.go: skip sendKeyExchangeToNode if already pending to prevent
rapid SYN retransmits from exhausting MaxRekeyAttempts before relay path
stabilises; reset Attempts counter when routing path flips to relay
- keyexchange: add ResetPendingRekeyAttempts for path-change resets
- routing: track firstOutboundSend as blackhole baseline for brand-new
peers that have never replied on the direct path (symmetric NAT case)
- beacon: raise maxBeaconNodes 100k→500k after network exceeded threshold
0 commit comments