commit | 4828e7f49a402930e8b3e72de695c8d37e0f98ee | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Mon Dec 31 04:50:19 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:00:23 2008 -0800 |
tree | 021c5d357b8a081bee8b8798e362b37999ee1ffb | |
parent | cadbd0313bc897f5917d013174cdf9077edf4aa5 [diff] |
[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary The snd_up check should be enough. I suspect this has been there to provide a minor optimization in clean_rtx_queue which used to have a small if (!->sacked) block which could skip snd_up check among the other work. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>