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: use pub_key() instead of peer() in tracing for acceptors
The acceptor's PeerAddr is intentionally Unknown (NAT scenario) since
acceptors don't know their external address until the first recipient
fills it in from the packet source. Changed tracing statements to use
pub_key() instead of peer() to avoid panics on unknown addresses.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments