ReportMultiPeerUDPTunnelIssue reports a multi-peer UDP tunnel for the given process.
(p *process.Process)
| 40 | |
| 41 | // ReportMultiPeerUDPTunnelIssue reports a multi-peer UDP tunnel for the given process. |
| 42 | func 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 | } |