Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ BindClose
Method
BindClose
polyamide/device/device.go:550–555 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
548
}
549
550
func
(device *Device) BindClose() error {
551
device.net.Lock()
552
err := closeBindLocked(device)
553
device.net.Unlock()
554
return
err
555
}
Callers
1
downLocked
Method · 0.95
Implementers
4
NativeTun
polyamide/tun/tun_linux.go
netTun
polyamide/tun/netstack/tun.go
chTun
polyamide/tun/tuntest/tuntest.go
fakeTUNDeviceSized
polyamide/device/device_test.go
Calls
1
closeBindLocked
Function · 0.85
Tested by
no test coverage detected