MCPcopy Index your code
hub / github.com/coder/coder / UDPEchoService

Struct UDPEchoService

tailnet/test/integration/integration.go:453–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451const EchoPort = 2381
452
453type UDPEchoService struct{}
454
455func (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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected