ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FastPing/FastPing.pm
(Generate patch)

Comparing AnyEvent-FastPing/FastPing.pm (file contents):
Revision 1.4 by root, Mon Jun 2 09:09:31 2008 UTC vs.
Revision 1.5 by root, Mon Apr 27 22:08:59 2009 UTC

91range C<interval> is the minimum time in seconds between pings to the 91range C<interval> is the minimum time in seconds between pings to the
92given range. If omitted, defaults to C<$send_interval>. 92given range. If omitted, defaults to C<$send_interval>.
93 93
94The C<$send_interval> is the minimum interval between sending any two 94The C<$send_interval> is the minimum interval between sending any two
95packets and is a way to make an overall rate limit. If omitted, pings will 95packets and is a way to make an overall rate limit. If omitted, pings will
96be send as fast as possible. 96be sent as fast as possible.
97 97
98The C<$payload> is a 32 bit unsigned integer given as the ICMP ECHO 98The C<$payload> is a 32 bit unsigned integer given as the ICMP ECHO
99REQUEST ident and sequence numbers (in unspecified order :). 99REQUEST ident and sequence numbers (in unspecified order :).
100 100
101The request will be queued and all requests will be served by a background 101The request will be queued and all requests will be served by a background

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines