5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 00:59:37 +00:00

Revert "Add LocalAddr to complete net.PacketConn interface"

This reverts commit e4ce2c79a9.
This commit is contained in:
Neil Alexander 2021-07-05 22:35:46 +01:00
parent e4ce2c79a9
commit e224c02d6d

View File

@ -231,7 +231,3 @@ func (c *Core) WriteTo(p []byte, addr net.Addr) (n int, err error) {
}
return
}
func (c *Core) LocalAddr() net.Addr {
return iwt.Addr(c.public)
}