「🔨」 fix: random crash when user skill issue
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user