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

Reply via email to