mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-16 18:37:51 +01:00
Minor change: New networkWire.unicast field which might be handy in the future.
This commit is contained in:
@@ -27,6 +27,7 @@ type networkWire struct {
|
||||
sender *net.UDPAddr // sender of the packet
|
||||
receiverPublicKey *btcec.PublicKey // public key associated with the receiver
|
||||
raw []byte // buffer
|
||||
unicast bool // True if the message was sent via unicast. False if sent via IPv4 broadcast or IPv6 multicast.
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user