mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-21 12:27:49 +01:00
Create struct ipList from ip listening list
This commit is contained in:
@@ -114,7 +114,7 @@ func (network *Network) MulticastIPv6Listen() {
|
||||
}
|
||||
|
||||
// skip incoming packets that were looped back
|
||||
if IsAddressSelf(sender.(*net.UDPAddr)) {
|
||||
if networks.ipListen.IsAddressSelf(sender.(*net.UDPAddr)) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user