summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_dtrace_define.h
Commit message (Collapse)AuthorAgeFilesLines
* Specify SDT probe argument types in the probe definition itself rather thanmarkj2013-08-151-159/+102
| | | | | | | | | using SDT_PROBE_ARGTYPE(). This will make it easy to extend the SDT(9) API to allow probes with dynamically-translated types. There is no functional change. MFC after: 2 weeks
* Use consistent text at the begining of the files.tuexen2012-05-231-3/+7
| | | | MFC after: 3 days
* Fix unused parameter warnings.tuexen2011-12-171-2/+2
| | | | | | While there, fix some whitespace issues. MFC after: 3 months.
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-2/+15
| | | | | | | | | right mix. Still may need some tweaks but it appears to almost not give away too much to an RFC2581 flow, but can really minimize the amount of buffers used in the net. MFC after: 3 months
* Improvements to CC modules:rrs2011-02-261-0/+15
| | | | | | | | | | | 1) Add four new points that allow you to get more information to cc algo's 2) Fix the case where user changes module on a existing TCB, in such a case, the initialization module needs to be called on all nets. 3) Move htcp_cc structure to a union that other modules can use. 4) Add 5th point for get/set socket options for cc_module specific options MFC after: 2 months
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-2/+2
| | | | | 2) Mass update to all copyrights. MFC after: 3 Months
* Adds new dtrace for cwnd functions and lay'srrs2010-11-251-0/+201
groundwork for future dtrace points (rwnd flightsize etc). MFC after: 2 months
OpenPOWER on IntegriCloud