device: export Bind and remove socketfd shims for android
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
parent
dfb28757f7
commit
b84f1d4db2
2 changed files with 6 additions and 24 deletions
|
|
@ -430,6 +430,12 @@ func unsafeCloseBind(device *Device) error {
|
|||
return err
|
||||
}
|
||||
|
||||
func (device *Device) Bind() conn.Bind {
|
||||
device.net.Lock()
|
||||
defer device.net.Unlock()
|
||||
return device.net.bind
|
||||
}
|
||||
|
||||
func (device *Device) BindSetMark(mark uint32) error {
|
||||
|
||||
device.net.Lock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue