tcp-ping
tcp-ping copied to clipboard
ping returns undefined time
no matter what i try to do i am getting undefined response time.
tcp.ping({address:'google.com',attempts:5, timeout:150}, function(err, data){
console.log(data);
});
results: [{seq:0, time: undefined, err: {Object},
You put only 150 milliseconds timeout. Try to increase this value.