ss.c | 439 int rto, ato, qack, cwnd, ssthresh; member in struct:tcpstat 1217 &s.refcnt, &s.sk, &s.rto, &s.ato, &s.qack, 1224 s.rto = 0; 1252 if (s.rto && s.rto != 3*hz) 1253 printf(" rto:%g", (double)s.rto/hz); 1368 printf(" rto:%g", (double)info->tcpi_rto/1000); [all...] |