slower timing template for nmap, retabbed source because of inconsistencies

This commit is contained in:
Christian Kroll 2013-11-26 20:41:40 +01:00
parent a30d1ba420
commit 3cac37d61f
1 changed files with 32 additions and 32 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 -T5 ";
var nmap = "nmap -n -sP -T4 ";
redisClient.on("connect", function () {
console.log("connected to redis");