Date: Sat, 15 Aug 2009 11:50:44 GMT From: Fang Wang <fangwang@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 167354 for review Message-ID: <200908151150.n7FBoiNf051568@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167354 Change 167354 by fangwang@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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908151150.n7FBoiNf051568>