/** * Copyright (C) 2009-2013 Barchart, Inc. <http://www.barchart.com/> * * All rights reserved. Licensed under the OSI BSD License. * * http://www.opensource.org/licenses/bsd-license.php */ /** * Custom Congestion Control (CCC) algorithms implementations * * @see <a href="http://udt.sourceforge.net/udt4/doc/ccc.htm">reference</a> * @see <a href="http://udt.sourceforge.net/udt4/doc/t-cc.htm">tutorial</a> * @see com.barchart.udt.CCC */ package com.barchart.udt.ccc;