clean: add ttl and max_retries in usage print

This commit is contained in:
2025-06-12 07:17:40 -05:00
parent f91bc39762
commit 3ebface620

View File

@ -14,6 +14,9 @@ void print_usage(void)
printf("--file: File name containing IP addresses to scan\n");
printf("--speedup: [250 max] number of parallel threads to use\n");
printf("--scan: NULL/SYN/FIN/XMAS/ACK/UDP\n");
printf("--max_retries: number of retries when host doesn't reply\n");
printf("--ttl: precise the ttl\n");
}
void print_config(const struct scan *general, const char *hosts_path,