🔨」 fix: random crash when user skill issue

This commit is contained in:
2025-08-17 22:43:46 +02:00
parent 8c1c83229b
commit ab28a6d0e7
4 changed files with 17 additions and 19 deletions

View File

@ -18,7 +18,8 @@ typedef enum {
SIZE,
TIMEOUT,
LINGER,
INTERVAL
INTERVAL,
TTL
} options_nb_t;
static struct options options[] = {
@ -39,7 +40,7 @@ static struct options options[] = {
#undef GRP
};
#define OPT_NB 10
#define OPT_NB 9
#define FT_PING_V "0.1"