Abort multicast routine when UDP errors occur

Some setups don't work correctly and this is not critical now
pull/1592/head
Mike Black W9MDB 2024-08-07 17:26:03 -05:00
rodzic d9d07e513c
commit 3b1283496c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1093,6 +1093,7 @@ 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
}
}
}