feature: flags -F, --max_retries and --ttl (wip)
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user