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
AFAICT [this connectivity check (subscribing for EvtLocalReachabilityChanged into network.ReachabilityPublic)] does not work due to a mismatch between the ObsAddrManager and EvtLocalReachabilityChanged as emitted by autonat:
To clarify the detail, the AutoNAT Server dials the observed address of the client on the connection(conn.RemoteAddr()) in addition to the ones provided by the client. The observed address manager on the client is not advertising it because it doesn't have enough confidence in the address yet.
Extracted from #4, originally reported by @aschmahmann:
The text was updated successfully, but these errors were encountered: