View | Details | Raw Unified | Return to bug 27786
Collapse All | Expand All

(-)tcp.c (+3 lines)
Lines 86-91 Link Here
86
17999999999 keepalive probes         999999999 - acks
86
17999999999 keepalive probes         999999999 - acks
87
18999999999 - timeouts               999999999 - window probes
87
18999999999 - timeouts               999999999 - window probes
88
19                                   999999999 - window updates
88
19                                   999999999 - window updates
89
20                                   999999999 - bad checksum
89
--0123456789012345678901234567890123456789012345678901234567890123456789012345
90
--0123456789012345678901234567890123456789012345678901234567890123456789012345
90
--0         1         2         3         4         5         6         7
91
--0         1         2         3         4         5         6         7
91
*/
92
*/
Lines 132-137 Link Here
132
	L(17, "keepalive probes");	R(17, "- acks");
133
	L(17, "keepalive probes");	R(17, "- acks");
133
	L(18, "- timeouts");		R(18, "- window probes");
134
	L(18, "- timeouts");		R(18, "- window probes");
134
	R(19, "- window updates");
135
	R(19, "- window updates");
136
	R(20, "- bad checksum");
135
#undef L
137
#undef L
136
#undef R
138
#undef R
137
}
139
}
Lines 253-258 Link Here
253
	L(17, tcps_keepprobe);		R(17, tcps_rcvackpack);
255
	L(17, tcps_keepprobe);		R(17, tcps_rcvackpack);
254
	L(18, tcps_keeptimeo);		R(18, tcps_rcvwinprobe);
256
	L(18, tcps_keeptimeo);		R(18, tcps_rcvwinprobe);
255
	R(19, tcps_rcvwinupd);
257
	R(19, tcps_rcvwinupd);
258
	R(20, tcps_rcvbadsum);
256
#undef DO
259
#undef DO
257
#undef L
260
#undef L
258
#undef R
261
#undef R

Return to bug 27786