mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Remove struct connectsockinfo{} from global_structures.h as it's unneeded now. It was initialized in pos_scan, but connect scanning is now handled by ultra_scan.
This commit is contained in:
@@ -135,16 +135,6 @@ struct udpprobeinfo {
|
||||
struct in_addr target;
|
||||
};
|
||||
|
||||
struct connectsockinfo {
|
||||
fd_set fds_read;
|
||||
fd_set fds_write;
|
||||
fd_set fds_except;
|
||||
struct portinfo *socklookup[2048]; /* index socket descriptor -> scan[]
|
||||
index. No OS better give us
|
||||
an SD > 2047!@#$ */
|
||||
int maxsd;
|
||||
};
|
||||
|
||||
/* The runtime statistics used to decide how fast to proced and how
|
||||
many ports we can try at once */
|
||||
struct scanstats {
|
||||
|
||||
Reference in New Issue
Block a user