From e80ef9ae6fd2db7d4c69d3e51a94508c64b3afa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Wed, 23 Jul 2014 03:40:48 +0200 Subject: [PATCH] should read the nmap manual about the T param. Using normal timing now. --- node/ip-poll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/ip-poll.js b/node/ip-poll.js index 6818a94..a5a7e49 100644 --- a/node/ip-poll.js +++ b/node/ip-poll.js @@ -10,7 +10,7 @@ var IpPoll = function(switchaddr, hostsaddr) { var redisClient = redis.createClient(); var regexp = /\(([0-9]+) hosts* up\)/; - var nmap = "nmap -n -sP -T4 "; + var nmap = "nmap -n -sP "; redisClient.on("connect", function () { console.log("connected to redis");