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

Struct PacketServerConnFactory

packetserverconn.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type PacketServerConnFactory struct {
35 Conns map[string]*PacketConn
36 Lock *sync.Mutex
37}
38
39func NewPacketServerConnFactory() *PacketServerConnFactory {
40 return &PacketServerConnFactory{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected