1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Remove unused/unimplemented host_timeout feature

This commit is contained in:
david
2013-05-03 17:54:57 +00:00
parent a4240eaab5
commit d90f9549a4
3 changed files with 0 additions and 43 deletions

View File

@@ -531,9 +531,6 @@ class NpingOps {
bool send_eth; /**< True: send at raw ethernet level */
bool send_eth_set;
long host_timeout; /**< Timeout for host replies */
bool host_timeout_set;
long delay; /**< Delay between each probe */
bool delay_set;