Skip Menu |

This queue is for tickets about the Net-Ping CPAN distribution.

Report information
The Basics
Id: 16434
Status: new
Priority: 0/
Queue: Net-Ping

People
Owner: Nobody in particular
Requestors: jw203198 [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.31
Fixed in: (no value)



Subject: rtt is not true round-trip time
It would appear that syn pings do not return true round-trip time but merely the time between when packet sent and when ack() returns. That is, if you send off a whole load of pings then start ack'ing then the rtt includes any delay in sending other packets. I see that Ping.pm contains some syn_forking stuff, but it doesn't seem to be able to be enabled. Forking to collect the responses would certainly help provide a more accurate rtt.