Specify source interface when responding to multicast beacon

This commit is contained in:
Neil Alexander 2019-01-13 22:51:34 +00:00
parent c8db66b17d
commit 704e4a062f
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -157,6 +157,6 @@ func (m *multicast) listen() {
} }
addr.Zone = from.Zone addr.Zone = from.Zone
saddr := addr.String() saddr := addr.String()
m.core.tcp.connect(saddr, "") m.core.tcp.connect(saddr, addr.Zone)
} }
} }