| .. | .. |
|---|
| 60 | 60 | * A decrease is only considered if the queue has been busy in |
|---|
| 61 | 61 | * the whole interval (the check above). |
|---|
| 62 | 62 | * |
|---|
| 63 | | - * If there is slack, the amount of execess data queued above |
|---|
| 64 | | - * the the amount needed to prevent starvation, the queue limit |
|---|
| 63 | + * If there is slack, the amount of excess data queued above |
|---|
| 64 | + * the amount needed to prevent starvation, the queue limit |
|---|
| 65 | 65 | * can be decreased. To avoid hysteresis we consider the |
|---|
| 66 | 66 | * minimum amount of slack found over several iterations of the |
|---|
| 67 | 67 | * completion routine. |
|---|