mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Add LocalAddr to complete net.PacketConn interface
This commit is contained in:
parent
f990a56046
commit
e4ce2c79a9
@ -231,3 +231,7 @@ func (c *Core) WriteTo(p []byte, addr net.Addr) (n int, err error) {
|
|||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *Core) LocalAddr() net.Addr {
|
||||||
|
return iwt.Addr(c.public)
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user