(t *testing.T)
| 370 | } |
| 371 | |
| 372 | func TestUDP4Proxy(t *testing.T) { |
| 373 | testUDP4Proxy(t, 0) |
| 374 | } |
| 375 | |
| 376 | func TestUDP4ProxyNoListener(t *testing.T) { |
| 377 | testUDP4Proxy(t, hopefullyFreePort) |
nothing calls this directly
no test coverage detected
searching dependent graphs…