View | Details | Raw Unified | Return to bug 196252 | Differences between
and this patch

Collapse All | Expand All

(-)inet.c (+3 lines)
Lines 667-672 Link Here
667
	p(tcps_listendrop, "\t%ju listen queue overflow%s\n");
667
	p(tcps_listendrop, "\t%ju listen queue overflow%s\n");
668
	p(tcps_badrst, "\t%ju ignored RSTs in the window%s\n");
668
	p(tcps_badrst, "\t%ju ignored RSTs in the window%s\n");
669
	p(tcps_connects, "\t%ju connection%s established (including accepts)\n");
669
	p(tcps_connects, "\t%ju connection%s established (including accepts)\n");
670
	p(tcps_usedrtt, "\t\t%ju time%s used RTT from hostcache\n");
671
	p(tcps_usedrttvar, "\t\t%ju time%s used RTT variance from hostcache\n");
672
	p(tcps_usedssthresh, "\t\t%ju time%s used ssthresh from hostcache\n");
670
	p2(tcps_closed, tcps_drops,
673
	p2(tcps_closed, tcps_drops,
671
	    "\t%ju connection%s closed (including %ju drop%s)\n");
674
	    "\t%ju connection%s closed (including %ju drop%s)\n");
672
	p(tcps_cachedrtt, "\t\t%ju connection%s updated cached RTT on close\n");
675
	p(tcps_cachedrtt, "\t\t%ju connection%s updated cached RTT on close\n");

Return to bug 196252