summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2011-01-26 19:49:03 +0000
committertuexen <tuexen@FreeBSD.org>2011-01-26 19:49:03 +0000
commit32d6ca8049fbb8a10025514c617cdb69a8587599 (patch)
tree02e607e5fd74fe72bfdc2bd3c9950cf26394faf3 /sys/netinet/sctp_pcb.h
parent01fe299cac3b9daad269499d2ee48f089ac7d782 (diff)
downloadFreeBSD-src-32d6ca8049fbb8a10025514c617cdb69a8587599.zip
FreeBSD-src-32d6ca8049fbb8a10025514c617cdb69a8587599.tar.gz
Change infrastructure for SCTP_MAX_BURST to allow compliance
with the latest socket API ID. Especially it can be disabled. Full compliance needs changing the structure used in the socket option. Since this breaks the API, it will be a seperate commit which will not be MFCed to stable/8. MFC after: 3 months.
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r--sys/netinet/sctp_pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h
index 29f724c7..e199eb7 100644
--- a/sys/netinet/sctp_pcb.h
+++ b/sys/netinet/sctp_pcb.h
@@ -317,7 +317,7 @@ struct sctp_pcb {
uint32_t initial_sequence_debug;
uint32_t adaptation_layer_indicator;
uint32_t store_at;
- uint8_t max_burst;
+ uint32_t max_burst;
char current_secret_number;
char last_secret_number;
};
OpenPOWER on IntegriCloud