add: implement -s

This commit is contained in:
2025-11-18 08:20:19 -06:00
parent 878258aa98
commit ee09a2e099
2 changed files with 9 additions and 6 deletions

View File

@@ -13,5 +13,6 @@ struct setting
bool numeric_only;
size_t timeout;
size_t ttl;
size_t payload_size;
struct hostenv dest;
};