index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
sctp_cc_functions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tunes and fixes the new DC-CC to seem to hit the
rrs
2011-03-08
1
-135
/
+415
*
Adds a new Congestion Control that helps reduce
rrs
2011-03-01
1
-28
/
+522
*
Improvements to CC modules:
rrs
2011-02-26
1
-46
/
+46
*
* Fix several bugs where the scaled versions of srtt and rttvar
tuexen
2011-02-24
1
-6
/
+6
*
1) Typo correction in comments and one spacing change.
rrs
2011-02-05
1
-3
/
+2
*
1) Move per John Baldwin to mp_maxid
rrs
2011-02-03
1
-3
/
+5
*
1) Allow a chunk to track the cwnd it was at when sent.
rrs
2011-02-02
1
-0
/
+1
*
More ECN fixes:
rrs
2011-01-31
1
-49
/
+33
*
Change infrastructure for SCTP_MAX_BURST to allow compliance
tuexen
2011-01-26
1
-2
/
+5
*
Cleanup the management of CC functions.
tuexen
2011-01-19
1
-17
/
+49
*
Add support for resource pooling to CMT.
tuexen
2011-01-16
1
-44
/
+119
*
Provide a possibility to configure the inital congestion window to the
tuexen
2010-12-22
1
-8
/
+12
*
Improve plausibility check in sctp_handle_sack().
tuexen
2010-12-22
1
-24
/
+21
*
Adds new dtrace for cwnd functions and lay's
rrs
2010-11-25
1
-2
/
+56
*
Make the initial congestion window configurable via sysctl.
tuexen
2010-09-17
1
-7
/
+16
*
* Use !TAILQ_EMPTY() for checking if a tail queue is not empty.
tuexen
2010-09-15
1
-4
/
+3
*
Fix the switching on/off of CMT using sysctl and socket option.
tuexen
2010-08-28
1
-18
/
+30
*
Bugfix: Use formula from section 7.2.3 of RFC 4960. Reported by Martin Becke.
tuexen
2009-10-27
1
-1
/
+1
*
- Macro-izes the packed declaration in all headers.
rrs
2008-06-14
1
-60
/
+63
*
- Adds support for the multi-asconf (From Kozuka-san)
rrs
2008-05-20
1
-249
/
+183
*
- Define changes in sctp.h
rrs
2008-05-20
1
-38
/
+13
*
- Locking compatiability changes. This involves adding
rrs
2007-09-08
1
-5
/
+5
*
- added pre-checks to the bindx call.
rrs
2007-07-17
1
-8
/
+8
*
- Modular congestion control, with RFC2581 being the default.
rrs
2007-07-14
1
-0
/
+1631