summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2011-09-17 08:50:29 +0000
committertuexen <tuexen@FreeBSD.org>2011-09-17 08:50:29 +0000
commit680b9f90a2df45c87f6be8100faa097073b497b7 (patch)
tree1c66f8080b5b5458c7b294565b24b6e003093597 /sys/netinet/sctp.h
parenta5586859b8e8bec4079433cd96cd1cef0b10b335 (diff)
downloadFreeBSD-src-680b9f90a2df45c87f6be8100faa097073b497b7.zip
FreeBSD-src-680b9f90a2df45c87f6be8100faa097073b497b7.tar.gz
Fix the enabling/disabling of Heartbeats and path MTU
discovery when using the SCTP_PEER_ADDR_PARAMS socket option. Approved by: re MFC after: 1 month.
Diffstat (limited to 'sys/netinet/sctp.h')
-rw-r--r--sys/netinet/sctp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h
index 11aa02a..394a7cd 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -496,6 +496,7 @@ struct sctp_error_unrecognized_chunk {
/*
* PCB Features (in sctp_features bitmask)
*/
+#define SCTP_PCB_FLAGS_DO_NOT_PMTUD 0x00000001
#define SCTP_PCB_FLAGS_EXT_RCVINFO 0x00000002 /* deprecated */
#define SCTP_PCB_FLAGS_DONOT_HEARTBEAT 0x00000004
#define SCTP_PCB_FLAGS_FRAG_INTERLEAVE 0x00000008
OpenPOWER on IntegriCloud