MCPcopy Create free account
hub / github.com/encodeous/nylon / updateAt

Method updateAt

polyamide/tun/offload_linux.go:131–134  ·  view source on GitHub ↗
(item tcpGROItem, i int)

Source from the content-addressed store, hash-verified

129}
130
131func (t *tcpGROTable) updateAt(item tcpGROItem, i int) {
132 items, _ := t.itemsByFlow[item.key]
133 items[i] = item
134}
135
136func (t *tcpGROTable) deleteAt(key tcpFlowKey, i int) {
137 items, _ := t.itemsByFlow[key]

Callers 2

tcpGROFunction · 0.45
udpGROFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected