| 451 | const EchoPort = 2381 |
| 452 | |
| 453 | type UDPEchoService struct{} |
| 454 | |
| 455 | func (UDPEchoService) StartService(t *testing.T, logger slog.Logger, _ *tailnet.Conn) { |
| 456 | // tailnet doesn't handle UDP connections "in-process" the way we do for TCP, so we need to listen in the OS, |
nothing calls this directly
no outgoing calls
no test coverage detected