Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encodeous/nylon
/ PutOutboundElement
Method
PutOutboundElement
polyamide/device/pools.go:134–137 ·
view source on GitHub ↗
(elem *QueueOutboundElement)
Source
from the content-addressed store, hash-verified
132
}
133
134
func
(device *Device) PutOutboundElement(elem *QueueOutboundElement) {
135
elem.clearPointers()
136
device.pool.outboundElements.Put(elem)
137
}
Callers
6
flushOutboundQueue
Method · 0.95
SendKeepalive
Method · 0.80
StagePackets
Method · 0.80
SendStagedPackets
Method · 0.80
FlushStagedPackets
Method · 0.80
RoutineSequentialSender
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
2
Put
Method · 0.80
clearPointers
Method · 0.45
Tested by
no test coverage detected