Searched defs:tcpstat (Results 1 – 1 of 1) sorted by relevance
697 struct tcpstat { struct698 struct sockstat ss;699 unsigned int timer;700 unsigned int timeout;701 int probes;702 char cong_alg[16];703 double rto, ato, rtt, rttvar;704 int qack, ssthresh, backoff;705 double send_bps;706 int snd_wscale;[all …]