PERFORCE change 147470 for review
Julian Elischer
julian at FreeBSD.org
Fri Aug 15 16:35:49 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147470
Change 147470 by julian at 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)
More information about the p4-projects
mailing list