MCPcopy
hub / github.com/txthinking/brook / PacketConnFactory

Struct PacketConnFactory

packetconn.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type PacketConnFactory struct {
27 Conns map[string]*PacketConn
28 Lock *sync.Mutex
29}
30
31func NewPacketConnFactory() *PacketConnFactory {
32 return &PacketConnFactory{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected