ss.c | 439 int rto, ato, qack, cwnd, ssthresh; member in struct:tcpstat 1217 &s.refcnt, &s.sk, &s.rto, &s.ato, &s.qack, 1227 s.ato = s.qack = 0; 1254 if (s.ato) 1255 printf(" ato:%g", (double)s.ato/hz); 1373 printf(" ato:%g", (double)info->tcpi_ato/1000); [all...] |