1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 02:19:04 +00:00

Enable IPv6 OS results by default.

This commit is contained in:
david
2011-09-30 05:58:45 +00:00
parent d749de55b1
commit 6b2c828da9
3 changed files with 1 additions and 10 deletions

View File

@@ -352,11 +352,6 @@ class NmapOps {
bool noninteractive;
bool release_memory; /* suggest to release memory before quitting. used to find memory leaks. */
/* This is a temporary option that disables the printing of IPv6 OS results,
to allow collection of more fingerprints. */
bool disable_ipv6_os_results;
private:
int max_os_tries;
int max_rtt_timeout;