summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant 'man page'brd2015-09-151-1/+1
* missed file that should have been included in r287528allanjude2015-09-071-1/+1
* Use 5 times RTO.Max as the default for the shutdown guard timertuexen2015-08-291-2/+2
* Fix the handling of sysctl variables when used with VIMAGE.tuexen2014-09-061-3/+3
* Change SCTP sysctl from auth_disable to auth_enable. This istuexen2014-08-121-6/+6
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-7/+14
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-1/+8
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+6
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-8/+8
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-0/+7
* Remove the asconf_auth_nochk sysctl. This was off by default and onlytuexen2014-08-011-7/+0
* Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.tuexen2014-03-291-1/+1
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-0/+6
* Fix a bug were only 2048 streams where usable even though more thantuexen2013-07-051-0/+7
* Whitespace cleanup.tuexen2012-06-251-1/+1
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.tuexen2012-05-261-3/+0
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+4
* Use a default for max_burst of 4 and l2var of 2.tuexen2012-05-171-1/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-0/+6
* Retire the SCTP sysctl "strict_init". We always perform the validationtuexen2012-01-071-7/+0
* Fix unused parameter warnings.tuexen2011-12-171-2/+2
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-7/+0
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-21/+7
* Implement Resource Pooling V2 and an MPTCP like congestiontuexen2011-05-041-3/+3
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-24/+36
* Adds a new Congestion Control that helps reducerrs2011-03-011-4/+0
* Improvements to CC modules:rrs2011-02-261-0/+24
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Fix typo (Tuneable -> Tunable).brucec2011-02-041-4/+4
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-2/+9
* More ECN fixes:rrs2011-01-311-7/+1
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-261-1/+1
* Add stream scheduling support.tuexen2011-01-231-0/+8
* Provide a possibility to configure the inital congestion window to thetuexen2010-12-221-1/+1
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-2/+2
* Allow the initial congestion window to be configuretuexen2010-09-191-2/+2
* Make the initial congestion window configurable via sysctl.tuexen2010-09-171-0/+7
* * Implement initial version of send buffer splitting.tuexen2010-09-171-4/+9
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-0/+2
* Fix a bug where wrong initialization valuetuexen2009-07-281-1/+1
* Adds missing sysctl to manage the vtag_time_wait time. This willrrs2009-05-301-0/+8
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-1/+1
* Code from the hack-session known as the IETF (and arrs2008-12-061-0/+16
* - Make strict-sacks be the default.rrs2008-08-281-1/+1
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-1/+1
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-78/+86
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-0/+22
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-56/+0
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-0/+4
* - send call has a reference to uio->uio_resid inrrs2007-09-081-180/+35
OpenPOWER on IntegriCloud