aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_constants.h
Commit message (Expand)AuthorAgeFilesLines
* Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.Michael Tuexen2014-03-291-9/+3
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-0/+3
* Remove a buggy comparision when setting manually the path MTU.Michael Tuexen2013-10-151-1/+0
* Fix a bug were only 2048 streams where usable even though more thanMichael Tuexen2013-07-051-3/+1
* Add a macro for checking for IPv4 link local addresses.Michael Tuexen2013-03-311-0/+4
* Get the accounting working. We now have counters how manyMichael Tuexen2012-11-161-1/+1
* Improve PR-SCTP if used in combination with NR-SACK.Michael Tuexen2012-11-071-0/+1
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-6/+4
* Use a default for max_burst of 4 and l2var of 2.Michael Tuexen2012-05-171-1/+1
* Support SCTP_REMOTE_ERROR notification.Michael Tuexen2012-05-131-0/+1
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationsMichael Tuexen2012-05-131-33/+22
* Remove unused constants.Michael Tuexen2012-05-131-27/+19
* Use ECONNABORTED in cases where the ABORT was sent to the peer.Michael Tuexen2012-05-131-2/+3
* Provide the flags in the SCTP stream reconfig related notificationMichael Tuexen2012-05-051-4/+3
* Make stream our stream reset implementationRandall Stewart2012-03-291-1/+2
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-2/+2
* Fix unused parameter warnings.Michael Tuexen2011-12-171-15/+4
* Fix a bug reported by Irene Ruengeler which resulted in not sendingMichael Tuexen2011-12-101-0/+2
* Fix the enabling/disabling of Heartbeats and path MTUMichael Tuexen2011-09-171-0/+1
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-17/+13
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-2/+2
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-011-3/+2
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-3/+2
* 1) Move per John Baldwin to mp_maxidRandall Stewart2011-02-031-4/+7
* Adds an experimental option to create a pool ofRandall Stewart2011-02-031-0/+2
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-0/+23
* More ECN fixes:Randall Stewart2011-01-311-2/+1
* * Use 300 ms as the default for RTO_MIN.Michael Tuexen2011-01-261-4/+3
* Fix it so we align with new socket API draft forRandall Stewart2011-01-201-2/+1
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrosMichael Tuexen2010-12-301-5/+7
* * Implement initial version of send buffer splitting.Michael Tuexen2010-09-171-0/+3
* 1) Optimize the cleanup and don't always depend onRandall Stewart2010-06-061-1/+1
* Ok, yet another bug in killing off all the hundredsRandall Stewart2010-06-061-1/+1
* This adds back the Iterator to the sctpRandall Stewart2010-05-161-5/+0
* Get rid of unused constants.Michael Tuexen2010-05-121-8/+0
* This fixes a bug with the one-2-one model socket when aRandall Stewart2010-05-111-0/+1
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-7/+8
* Remove strange APPLE define that leakedRandall Stewart2010-01-171-12/+0
* Use the default stack size for the iterator thread.Michael Tuexen2009-11-271-1/+1
* Disable (temporary) the thread based interator. It does not work with vnet.Michael Tuexen2009-11-171-0/+3
* Fixes several PR-SCTP releated bugs.Randall Stewart2009-03-141-2/+2
* - PR-SCTP bug, where the CUM-ACK was not being updatedRandall Stewart2009-03-041-1/+2
* Add the add-stream capability. Still needs moreRandall Stewart2009-02-201-2/+7
* - Cleanup checksum code.Randall Stewart2009-02-031-57/+11
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-54/+47
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().Randall Stewart2008-11-121-8/+1
* - Out with some printfs.Randall Stewart2008-07-291-2/+0
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+3
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-0/+6
* New logging values.Randall Stewart2008-04-141-29/+30