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
Stop forcing a particular interface ID when sending response messages.
Because we were storing the PeerAddress in the session when getting a message,
we effectively pinned sessions to particular interface ids at that point.
This can lead to routing failures. We should only be pinning to interface IDs
for link-local addresses, just like we do for initial IP resolution via DNS-SD.
0 commit comments