feature: flags -F, --max_retries and --ttl (wip)

This commit is contained in:
0x35c
2025-05-31 16:37:24 +02:00
parent ee2af274d9
commit dbed6dc7cd
6 changed files with 120 additions and 31 deletions

View File

@ -12,6 +12,8 @@ struct thread {
uint16_t port_end;
char *dest_addr;
e_scantype type;
uint8_t max_retries;
uint8_t ttl;
struct host host;
struct response *responses;
};