PERFORCE change 128721 for review

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


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

Change 128721 by kmacy at kmacy:storage:toestack on 2007/11/06 04:40:51

	add pointer to name of congestion control algorithm
	
	this may seem odd, but the intent is that the system can 
	have an arbitrary number of dynamically added or removed 
	congestion control modules

Affected files ...

.. //depot/projects/toestack/sys/netinet/tcp_var.h#6 edit

Differences ...

==== //depot/projects/toestack/sys/netinet/tcp_var.h#6 (text+ko) ====

@@ -209,6 +209,7 @@
 	int	rfbuf_cnt;		/* recv buffer autoscaling byte count */
 	struct toe_usrreqs *t_tu;       /* offload operations vector */
 	void *t_toe;
+	char *t_cong_control;		/* congestion control algorithm  name*/
 };
 
 #define IN_FASTRECOVERY(tp)	(tp->t_flags & TF_FASTRECOVERY)


More information about the p4-projects mailing list