MCPcopy
hub / github.com/safing/portmaster / ReportMultiPeerUDPTunnelIssue

Function ReportMultiPeerUDPTunnelIssue

service/compat/callbacks.go:42–47  ·  view source on GitHub ↗

ReportMultiPeerUDPTunnelIssue reports a multi-peer UDP tunnel for the given process.

(p *process.Process)

Source from the content-addressed store, hash-verified

40
41// ReportMultiPeerUDPTunnelIssue reports a multi-peer UDP tunnel for the given process.
42func ReportMultiPeerUDPTunnelIssue(p *process.Process) {
43 module.mgr.Go("report multi-peer udp tunnel issue", func(w *mgr.WorkerCtx) error {
44 multiPeerUDPTunnelIssue.notify(p)
45 return nil
46 })
47}

Callers

nothing calls this directly

Calls 2

GoMethod · 0.45
notifyMethod · 0.45

Tested by

no test coverage detected