diff options
Diffstat (limited to 'sys/netinet/sctp_structs.h')
-rw-r--r-- | sys/netinet/sctp_structs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index 79df612..f4480d4 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -781,13 +781,13 @@ struct sctp_association { uint32_t peers_rwnd; uint32_t my_rwnd; uint32_t my_last_reported_rwnd; - uint32_t my_rwnd_control_len; uint32_t sctp_frag_point; uint32_t total_output_queue_size; - uint32_t sb_cc; /* shadow of sb_cc in one-2-one */ - uint32_t sb_mbcnt; /* shadow of sb_mbcnt in one-2-one */ + uint32_t sb_cc; /* shadow of sb_cc */ + uint32_t my_rwnd_control_len; /* shadow of sb_mbcnt used for rwnd + * control */ /* 32 bit nonce stuff */ uint32_t nonce_resync_tsn; uint32_t nonce_wait_tsn; |