Home | History | Annotate | Download | only in misc

Lines Matching refs:rtt

1325 	double rtt = 0;
1370 printf(" rtt:%g/%g", (double)info->tcpi_rtt/1000,
1379 rtt = (double) info->tcpi_rtt;
1386 rtt = vinfo->tcpv_rtt;
1389 if (rtt > 0 && info->tcpi_snd_mss && info->tcpi_snd_cwnd) {
1393 / rtt));