Add a comment for the ccv member of struct tcpcb.

Sponsored by:	FreeBSD Foundation
MFC after:	5 weeks
X-MFC with:	r215166
This commit is contained in:
Lawrence Stewart 2010-12-28 12:37:57 +00:00
parent 39bc9de532
commit e29f3cc76d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216760

View File

@ -200,7 +200,7 @@ struct tcpcb {
void *t_toe; /* TOE pcb pointer */
int t_bytes_acked; /* # bytes acked during current RTT */
struct cc_algo *cc_algo; /* congestion control algorithm */
struct cc_var *ccv;
struct cc_var *ccv; /* congestion control specific vars */
struct osd *osd; /* storage for Khelp module data */
int t_ispare; /* explicit pad for 64bit alignment */