mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 15:10:27 +00: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