Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ IpcSet
Method
IpcSet
polyamide/device/uapi.go:418–420 ·
view source on GitHub ↗
(uapiConf string)
Source
from the content-addressed store, hash-verified
416
}
417
418
func
(device *Device) IpcSet(uapiConf string) error {
419
return
device.IpcSetOperation(strings.NewReader(uapiConf))
420
}
421
422
func
(device *Device) IpcHandle(socket net.Conn) {
423
defer
socket.Close()
Callers
7
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
genTestPair
Function · 0.80
TestUpDown
Function · 0.80
TestConcurrencySafety
Function · 0.80
initWireGuard
Method · 0.80
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
IpcSetOperation
Method · 0.95
Tested by
3
genTestPair
Function · 0.64
TestUpDown
Function · 0.64
TestConcurrencySafety
Function · 0.64