Revert "Abort multicast routine when UDP errors occur"

This reverts commit 3b1283496c.
pull/1596/head
Mike Black W9MDB 2024-08-09 11:40:38 -05:00
rodzic 15dc3ae8be
commit 437334818f
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1093,7 +1093,6 @@ void *multicast_publisher(void *arg)
"%s: error sending UDP packet: %s\n", __func__,
strerror(errno));
flag = 1;
break; // we'll just quit this routine for now -- debug in the future
}
}
}