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.
* <p>
* It gradually increases the expected number of readable bytes if the previous
* read filled the allocated buffer. It gradually decreases the expected number
* of readable bytes if the read operation was not able to fill a certain amount
* of the allocated buffer two times consecutively. Otherwise, it keeps
* returning the previous prediction.
* read fully filled the allocated buffer. It gradually decreases the expected
* number of readable bytes if the read operation was not able to fill a certain
* amount of the allocated buffer two times consecutively. Otherwise, it keeps
* returning the same prediction.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)