1
0
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:
kris
2008-03-26 02:15:53 +00:00
parent 6dc4888538
commit dd220398b1
2 changed files with 0 additions and 18 deletions

View File

@@ -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 {