aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* Improve the handling of cookie life times.Michael Tuexen2020-10-161-4/+4
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-9/+0
* Make the message size limit used for SCTP_SENDALL configurable viaMichael Tuexen2020-01-041-0/+7
* Add initial descriptions for SCTP related MIB variable.Michael Tuexen2018-10-261-20/+20
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Retire net.inet.sctp.strict_sacks and net.inet.sctp.strict_data_orderMichael Tuexen2016-05-121-14/+0
* Enable SACK Immediately per default.Michael Tuexen2016-05-121-1/+1
* A couple of minor changes that I missed that Michael had done, most notedRandall Stewart2016-04-071-1/+1
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-1/+1
* Remove redundant 'man page'Brad Davis2015-09-151-1/+1
* missed file that should have been included in r287528Allan Jude2015-09-071-1/+1
* Use 5 times RTO.Max as the default for the shutdown guard timerMichael Tuexen2015-08-291-2/+2
* Fix the handling of sysctl variables when used with VIMAGE.Michael Tuexen2014-09-061-3/+3
* Change SCTP sysctl from auth_disable to auth_enable. This isMichael Tuexen2014-08-121-6/+6
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-7/+14
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-1/+8
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+6
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-8/+8
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+7
* Remove the asconf_auth_nochk sysctl. This was off by default and onlyMichael Tuexen2014-08-011-7/+0
* Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.Michael Tuexen2014-03-291-1/+1
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-0/+6
* Fix a bug were only 2048 streams where usable even though more thanMichael Tuexen2013-07-051-0/+7
* Whitespace cleanup.Michael Tuexen2012-06-251-1/+1
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.Michael Tuexen2012-05-261-3/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+4
* Use a default for max_burst of 4 and l2var of 2.Michael Tuexen2012-05-171-1/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.Michael Tuexen2012-01-081-0/+6
* Retire the SCTP sysctl "strict_init". We always perform the validationMichael Tuexen2012-01-071-7/+0
* Fix unused parameter warnings.Michael Tuexen2011-12-171-2/+2
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-7/+0
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-21/+7
* Implement Resource Pooling V2 and an MPTCP like congestionMichael Tuexen2011-05-041-3/+3
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-24/+36
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-011-4/+0
* Improvements to CC modules:Randall Stewart2011-02-261-0/+24
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Fix typo (Tuneable -> Tunable).Rebecca Cran2011-02-041-4/+4
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-2/+9
* More ECN fixes:Randall Stewart2011-01-311-7/+1
* Change infrastructure for SCTP_MAX_BURST to allow complianceMichael Tuexen2011-01-261-1/+1
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+8
* Provide a possibility to configure the inital congestion window to theMichael Tuexen2010-12-221-1/+1
* Improve plausibility check in sctp_handle_sack().Michael Tuexen2010-12-221-2/+2
* Allow the initial congestion window to be configureMichael Tuexen2010-09-191-2/+2
* Make the initial congestion window configurable via sysctl.Michael Tuexen2010-09-171-0/+7
* * Implement initial version of send buffer splitting.Michael Tuexen2010-09-171-4/+9
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withMichael Tuexen2010-08-291-0/+2
* Fix a bug where wrong initialization valueMichael Tuexen2009-07-281-1/+1