add --ttl and -v flag

This commit is contained in:
2025-06-01 22:11:57 +02:00
parent cc3cfa3d03
commit c2a00ab4b3
3 changed files with 11 additions and 4 deletions

View File

@ -56,6 +56,7 @@ typedef struct s_settings
int linger; //-W (--linger)
int ttl; // --ttl
short setTtl; // is ttl set
short verbose; // -v (--verbose)
int socket;
uint16_t id;