Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic: add upstream commit id to codel patches and refresh those | Gabor Juhos | 2012-09-26 | 1 | -21/+7 |
| | | | | SVN-Revision: 33560 | ||||
* | refresh patches | Imre Kaloz | 2012-09-21 | 1 | -4/+2 |
| | | | | SVN-Revision: 33501 | ||||
* | Codel: avoid a nul rec_inv_sqrt | John Crispin | 2012-08-02 | 1 | -0/+68 |
One condition before codel_Newton_step() was not good if we never left the dropping state for a flow. As a result rec_inv_sqrt was 0, instead of the ~0 initial value. codel control law was then set to a very aggressive mode, dropping many packets before reaching 'target' and recovering from this problem. Brought over from 3.5-stable Signed-off-by: Dave Taht <dave.taht@bufferbloat.net> SVN-Revision: 32950 |