Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2007 19:55:51 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 129575 for review
Message-ID:  <200711261955.lAQJtpun033898@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129575

Change 129575 by rpaulo@rpaulo_zoo on 2007/11/26 19:55:33

	Oops, typo: s/rcwd/rcwnd/g

Affected files ...

.. //depot/projects/tcpecn/netinet/tcp_var.h#4 edit

Differences ...

==== //depot/projects/tcpecn/netinet/tcp_var.h#4 (text+ko) ====

@@ -438,7 +438,7 @@
 	u_long	tcps_ecn_ect0;		/* ECN Capable Transport */
 	u_long	tcps_ecn_ect1;		/* ECN Capable Transport */
 	u_long	tcps_ecn_shs;		/* ECN successful handshakes */
-	u_long	tcps_ecn_rcwd;		/* # times ECN reduced the cwd */
+	u_long	tcps_ecn_rcwnd;		/* # times ECN reduced the cwnd */
 };
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711261955.lAQJtpun033898>