ss.c | 382 int rto, ato, qack, cwnd, ssthresh; member in struct:tcpstat 1160 &s.refcnt, &s.sk, &s.rto, &s.ato, &s.qack, 1170 s.ato = s.qack = 0; 1197 if (s.ato) 1198 printf(" ato:%g", (double)s.ato/hz); 1316 printf(" ato:%g", (double)info->tcpi_ato/1000); [all...] |