PERFORCE change 128720 for review

Kip Macy kmacy at FreeBSD.org
Mon Nov 5 20:40:25 PST 2007


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

Change 128720 by kmacy at kmacy:storage:toestack on 2007/11/06 04:39:23

	add socket option for setting congestion control algorithm
	define max name length

Affected files ...

.. //depot/projects/toestack/sys/netinet/tcp.h#2 edit

Differences ...

==== //depot/projects/toestack/sys/netinet/tcp.h#2 (text+ko) ====

@@ -147,6 +147,10 @@
 #define TCP_NOOPT	0x08	/* don't use TCP options */
 #define TCP_MD5SIG	0x10	/* use MD5 digests (RFC2385) */
 #define	TCP_INFO	0x20	/* retrieve tcp_info structure */
+#define TCP_CONGESTION	0x40	/* congestion control algorithm */
+
+#define TCP_CA_NAME_MAX	16	/* max congestion control name len */
+
 
 #define	TCPI_OPT_TIMESTAMPS	0x01
 #define	TCPI_OPT_SACK		0x02


More information about the p4-projects mailing list