commit | 1c1e87edb9aa38b9e1ae807a6d88fcfd350a55c0 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Wed Oct 10 02:45:32 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:51 2007 -0700 |
tree | 5021c683e1396ace6fd9d57daf09bb3a79c646d1 | |
parent | 5265eeb2b036835021591173ac64e624baaff55c [diff] |
[TCP]: Separate lost_retrans loop into own function Follows own function for each task principle, this is really somewhat separate task being done in sacktag. Also reduces indentation. In addition, added ack_seq local var to break some long lines & fixed coding style things. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>