--- 2611-mod/net/core/dev.c 2005/03/07 12:26:21 1.1 +++ 2611-mod/net/core/dev.c 2005/03/07 12:30:19 @@ -1742,6 +1742,9 @@ if (work >= quota || jiffies - start_time > 1) break; + if (queue->throttle && work >= lo_cong) + queue->throttle = 0; + } backlog_dev->quota -= work;