1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove unused pingtune and tcpqueryinfo structs.

This commit is contained in:
david
2013-01-18 00:33:02 +00:00
parent 27c8ff9876
commit 58de96cfbe

View File

@@ -122,31 +122,6 @@
class HostGroupState;
/**************************STRUCTURES******************************/
struct pingtune {
int up_this_block;
int down_this_block;
int block_tries;
int block_unaccounted;
int max_tries;
int num_responses;
int dropthistry;
double group_size;
int min_group_size; /* The group size must never go below this value */
int group_start;
int group_end;
u16 seq_offset; // For distinguishing between received packets from this
// execution vs. concurrent nmaps
};
struct tcpqueryinfo {
int *sockets[MAX_PROBE_PORTS];
int maxsd;
fd_set fds_r;
fd_set fds_w;
fd_set fds_x;
int sockets_out;
};
struct pingtech {
unsigned int rawicmpscan: 1,
connecttcpscan: 1,