Date: Tue, 6 Nov 2007 04:41:25 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 128721 for review Message-ID: <200711060441.lA64fPPQ082229@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128721 Change 128721 by kmacy@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711060441.lA64fPPQ082229>