PERFORCE change 167354 for review

Fang Wang fangwang at FreeBSD.org
Sat Aug 15 11:50:45 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167354

Change 167354 by fangwang at fangwang_utobsd on 2009/08/15 11:50:16

	Add leak received uto packet stats.

Affected files ...

.. //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_syncache.c#10 edit

Differences ...

==== //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_syncache.c#10 (text+ko) ====

@@ -1221,6 +1221,7 @@
 	if (to->to_flags & TOF_UTO) {
 		sc->sc_peer_uto = to->to_uto;
 		sc->sc_flags |= SCF_UTO;
+		TCPSTAT_INC(tcps_rcvuto);
 	}
 
 	if (V_tcp_syncookies) {


More information about the p4-projects mailing list