diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2013-02-11 21:02:49 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2013-02-11 21:02:49 +0000 |
commit | 2416af26a0e917ed29ee14344f475789812e639c (patch) | |
tree | 4ef7076c57ff0a374de0555abc254718bb199ad2 /sys/netinet/sctp_pcb.h | |
parent | 485b3300cc125bbeac0632191a0c58268cf82b62 (diff) |
Send the adaptation layer indication only if set by the user.
MFC after: 3 days
Discussed with: rrs
Notes
Notes:
svn path=/head/; revision=246687
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r-- | sys/netinet/sctp_pcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index c1f04bc67cae..91807c7cd90b 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -323,6 +323,7 @@ struct sctp_pcb { int auto_close_time; uint32_t initial_sequence_debug; uint32_t adaptation_layer_indicator; + uint8_t adaptation_layer_indicator_provided; uint32_t store_at; uint32_t max_burst; uint32_t fr_max_burst; |