commit | b08d6cb22c777c8c91c16d8e3b8aafc93c98cbd9 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Thu Oct 11 17:36:13 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 11 17:36:13 2007 -0700 |
tree | 139b1f2636c42698bd7b0f0ccd61f0e1b8a826ab | |
parent | f785a8e28b9d103c7473655743b6ac1bc3cd3a58 [diff] |
[TCP]: Limit processing lost_retrans loop to work-to-do cases This addition of lost_retrans_low to tcp_sock might be unnecessary, it's not clear how often lost_retrans worker is executed when there wasn't work to do. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>