diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2017-11-03 20:46:12 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2017-11-03 20:46:12 +0000 |
commit | 28a6adde1d493f6eb2c830271dcaee7855644bbc (patch) | |
tree | 8878fb3f4ada4bb987be921e1fd7367fcb88db3c /sys/netinet/sctp_pcb.h | |
parent | 91fcd6f57c09a3ce87c0d12be35bb57cd27c2921 (diff) |
Allow the setting of the MTU for future paths using an SCTP socket option.
This functionality was missing.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=325370
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 acc683112cd1..8d40b698aee0 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -287,6 +287,7 @@ struct sctp_pcb { sctp_auth_chklist_t *local_auth_chunks; sctp_hmaclist_t *local_hmacs; uint16_t default_keyid; + uint32_t default_mtu; /* various thresholds */ /* Max times I will init at a guy */ |