summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_congctl.c
AgeCommit message (Expand)Author
2013-11-18Cubic changes:kefren
2013-11-12* implement TCP CUBIC congestion control algorithmkefren
2013-10-25Mark a diagnostic-only variablemartin
2011-04-08simplify code a little. no functional changes.yamt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-29Rework tcp congctl selection code so that the congctl entries can be const.matt
2007-07-11Replace a simple lock with a mutex and make it static.xtraeme
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-21constify.yamt
2006-10-19tcp_reno_newack: remove an __unused because it's now used.yamt
2006-10-19tcp_reno_newack: regardless of sysctl setting, use L=1*SMSS whenyamt
2006-10-19implement RFC3465 appropriate byte counting.yamt
2006-10-15Move comments to proper places.rpaulo
2006-10-15Add a new tcp_congctl(9) structure member for congestion experienced callback.rpaulo
2006-10-12- sprinkle __unused on function decls.christos
2006-10-10tcp_reno_newack(): bring the exact original code.rpaulo
2006-10-10tcp_reno_newack/tcp_newreno_newack: remove stale comments.yamt
2006-10-10tcp_newreno_newack: actually inflate cwnd as it used to do.yamt
2006-10-09Modular (I tried ;-) TCP congestion control API. Whenever certain conditionsrpaulo