1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-07 17:00:24 +08:00
This commit is contained in:
fumiama
2022-01-01 21:16:27 +08:00
parent 5d5be0ddd6
commit b988019a01

View File

@@ -28,6 +28,7 @@ func (l *Link) onNotify(packet []byte) {
p, ok := l.me.IsInPeer(peer)
if ok {
p.endpoint = addr
logrus.Infoln("[notify] set ep of peer", peer, "to", ep)
continue
}
}