summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2013-02-11 21:02:49 +0000
committertuexen <tuexen@FreeBSD.org>2013-02-11 21:02:49 +0000
commit3017e3b84b010d811c044638c09dba560241a30c (patch)
tree4ef7076c57ff0a374de0555abc254718bb199ad2 /sys/netinet/sctp_pcb.h
parent3a9eeaa765cdfd3940dbf4b881957c057c6d6576 (diff)
downloadFreeBSD-src-3017e3b84b010d811c044638c09dba560241a30c.zip
FreeBSD-src-3017e3b84b010d811c044638c09dba560241a30c.tar.gz
Send the adaptation layer indication only if set by the user.
MFC after: 3 days Discussed with: rrs
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r--sys/netinet/sctp_pcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h
index c1f04bc..91807c7 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;
OpenPOWER on IntegriCloud