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:
parent
446c1bbb10
commit
5fb7e0486c
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user