[smokeping-users] CiscoRTTMonEchoICMP probe and IOS 15.x

Mateusz Blaszczyk blahu77 at gmail.com
Tue Mar 9 17:39:48 CET 2010


Tobias,

> iiks, this is a bit twisted I see ... without going into brain
> surgery, how about this:
>
> Index: CiscoRTTMonEchoICMP.pm
> ===================================================================

[...]

> +             _default => $pingtimeout+10,
> +             _doc => "How long a single RTTMonEcho ICMP 'ping' take at maximum plus 10 seconds to spare. Since we control our own timeout the only purpose of this is to not have us killed by the ping method from basefork.",
> +

I understand that this is a mistake, it should be

+             _default => $pingtimeout+5,
+             _doc => "How long a single RTTMonEcho ICMP 'ping' take
at maximum plus 5 seconds to spare. Since we control our own timeout
the only purpose of this is to not have us killed by the ping method
from basefork.",

according to the below:

> the idea is to set the timeout 'per ping' to pingtimeout+5 seconds
> ... this may be a bit of a long timeout but since we control our own time anyway it will never hit.
>

apart from that as I understand the code it looks ok.
I will test it now and let you know the results

Best Regards,

-mat



More information about the smokeping-users mailing list