summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_constants.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Change the Time Wait of vtags value to match the cookie-lifeRandall Stewart2007-10-301-3/+2
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-161-0/+2
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-0/+3
* - fix (global) address handling in the presence of duplicates, theRandall Stewart2007-09-211-1/+1
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-131-5/+0
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-6/+15
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-0/+7
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-3/+23
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-1/+12
* - change number assignments for SHA225-512 (match artisyncRandall Stewart2007-08-061-0/+1
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-0/+4
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-0/+7
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-7/+9
* - Fixed cookie handling to calc an RTO whenRandall Stewart2007-06-131-1/+1
* - Restructure so bindx functions are not done inline to socket optionRandall Stewart2007-06-121-1/+1
* - Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart2007-06-011-16/+18
* - Fix a memory overwrite when the mapping arrayRandall Stewart2007-05-301-1/+3
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-281-2/+7
* - Fixed 1-2-1 model to not worry about associd in sockoptsRandall Stewart2007-05-171-2/+2
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - Get rid of the sctp_inpcb_free() "magic numbers", now theyRandall Stewart2007-05-081-0/+10
* - More macros for OS compatabiltyRandall Stewart2007-05-081-0/+2
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-1/+4
* - fix source address selection when picking an acceptable addressRandall Stewart2007-04-141-2/+10
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-12/+8
* - Found bug in min split point bundling which causedRandall Stewart2007-03-311-4/+4