This commit is contained in:
Trustin Lee 2009-04-28 12:01:34 +00:00
parent 553796fd75
commit b01f484b79

View File

@ -30,10 +30,10 @@ import java.util.List;
* decreases the predicted buffer size on feed back. * decreases the predicted buffer size on feed back.
* <p> * <p>
* It gradually increases the expected number of readable bytes if the previous * It gradually increases the expected number of readable bytes if the previous
* read filled the allocated buffer. It gradually decreases the expected number * read fully filled the allocated buffer. It gradually decreases the expected
* of readable bytes if the read operation was not able to fill a certain amount * number of readable bytes if the read operation was not able to fill a certain
* of the allocated buffer two times consecutively. Otherwise, it keeps * amount of the allocated buffer two times consecutively. Otherwise, it keeps
* returning the previous prediction. * returning the same prediction.
* *
* @author The Netty Project (netty-dev@lists.jboss.org) * @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com) * @author Trustin Lee (tlee@redhat.com)