MCPcopy
hub / github.com/WireGuard/wireguard-go / ChannelBind

Struct ChannelBind

conn/bindtest/bindtest.go:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type ChannelBind struct {
19 rx4, tx4 *chan []byte
20 rx6, tx6 *chan []byte
21 closeSignal chan bool
22 source4, source6 ChannelEndpoint
23 target4, target6 ChannelEndpoint
24}
25
26type ChannelEndpoint uint16
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected