Hello Squid Developes,
i am doing interpretation of struct ping_data
struct _ping_data {
struct timeval start; /* time where ping started */
struct timeval stop; /* time where ping stoped*/
int n_sent; /* no of ping sent */
int n_recv; /* no of ping recv */
int n_replies_expected; /* no of ping reply expected */
int timeout;
int timedout;
int w_rtt; /* weighted rtt to peer ?*/
int p_rtt; /* peer ping rtt */
};
can any one review it ?
if i am making wrong interpretation, please correct it?
i am not clear with use of timeout and timedout feilds and i am not sure
with w_rtt and p_rtt...so can any one tell me corret meaning for this?
regards
===atit
Received on Mon Mar 24 2003 - 03:11:33 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:35 MST