aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds missing sysctl to manage the vtag_time_wait time. This willRandall Stewart2009-05-301-0/+8
* Many bug fixes (from the IETF hack-fest):Randall Stewart2009-04-041-1/+1
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-0/+16
* - Make strict-sacks be the default.Randall Stewart2008-08-281-1/+1
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+1
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-78/+86
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-0/+22
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-151-56/+0
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-131-0/+4
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-180/+35