func FindFreeUDPPort(t *testing.T, host string, maxAttempts int) (int, error) {
    t.Helper()

    if host == "" {
        host = "localhost"