tcp-ping icon indicating copy to clipboard operation
tcp-ping copied to clipboard

ping returns undefined time

Open Muphet opened this issue 9 years ago • 1 comments

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},

Muphet avatar Nov 04 '16 11:11 Muphet

You put only 150 milliseconds timeout. Try to increase this value.

eapyl avatar Jan 20 '17 18:01 eapyl