diff options
author | tuexen <tuexen@FreeBSD.org> | 2016-05-26 11:38:26 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2016-05-26 11:38:26 +0000 |
commit | a38ffc8229435348727d9098ae8803c76901c08a (patch) | |
tree | 0fc1a245d08f28a3c116271d44a24ebf8d9f2cff /sys/netinet/sctp_uio.h | |
parent | 401d5cd16a3f4c1e563fe5dad488b77d381ae9ca (diff) | |
download | FreeBSD-src-a38ffc8229435348727d9098ae8803c76901c08a.zip FreeBSD-src-a38ffc8229435348727d9098ae8803c76901c08a.tar.gz |
Make struct sctp_paddrthlds compliant to RFC 7829.
Diffstat (limited to 'sys/netinet/sctp_uio.h')
-rw-r--r-- | sys/netinet/sctp_uio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index 248a25e..c7e441d 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -590,6 +590,7 @@ struct sctp_paddrthlds { sctp_assoc_t spt_assoc_id; uint16_t spt_pathmaxrxt; uint16_t spt_pathpfthld; + uint16_t spt_pathcpthld; }; struct sctp_paddrinfo { |