MCPcopy Index your code
hub / github.com/netdata/netdata / udpServer

Struct udpServer

src/go/plugin/go.d/pkg/socket/server.go:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100type udpServer struct {
101 addr string
102 conn *net.UDPConn
103 ctx context.Context
104 cancel context.CancelFunc
105}
106
107func (u *udpServer) Run() error {
108 addr, err := net.ResolveUDPAddr("udp", u.addr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected