should read the nmap manual about the T param. Using normal timing now.

This commit is contained in:
Lucas Pleß 2014-07-23 03:40:48 +02:00
parent 97a07163f2
commit e80ef9ae6f
1 changed files with 1 additions and 1 deletions

View File

@ -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");