Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2008 16:35:48 GMT
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147470 for review
Message-ID:  <200808151635.m7FGZmDh011544@repoman.freebsd.org>

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

Change 147470 by julian@julian_trafmon1 on 2008/08/15 16:34:55

	Add two new globals

Affected files ...

.. //depot/projects/vimage-commit3/src/sys/netinet/vinet.h#3 edit

Differences ...

==== //depot/projects/vimage-commit3/src/sys/netinet/vinet.h#3 (text+ko) ====

@@ -122,6 +122,8 @@
 	int	_drop_synfin;
 	int	_tcp_do_rfc3042;
 	int	_tcp_do_rfc3390;
+	int	_tcp_do_ecn;
+	int	_tcp_ecn_maxretries;
 	int	_tcp_insecure_rst;
 	int	_tcp_do_autorcvbuf;
 	int	_tcp_autorcvbuf_inc;
@@ -256,6 +258,8 @@
 #define V_drop_synfin		VNET_INET(drop_synfin)
 #define V_tcp_do_rfc3042	VNET_INET(tcp_do_rfc3042)
 #define V_tcp_do_rfc3390	VNET_INET(tcp_do_rfc3390)
+#define V_tcp_do_ecn		VNET_INET(tcp_do_ecn)
+#define V_tcp_ecn_maxretries	VNET_INET(tcp_ecn_maxretries)
 #define V_tcp_insecure_rst	VNET_INET(tcp_insecure_rst)
 #define V_tcp_do_autorcvbuf	VNET_INET(tcp_do_autorcvbuf)
 #define V_tcp_autorcvbuf_inc	VNET_INET(tcp_autorcvbuf_inc)



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