Files
linux-stable-mirror/include/linux
Ilpo Järvinen 33f5f57eeb tcp: kill pointless urg_mode
It all started from me noticing that this urgent check in
tcp_clean_rtx_queue is unnecessarily inside the loop. Then
I took a longer look to it and found out that the users of
urg_mode can trivially do without, well almost, there was
one gotcha.

Bonus: those funny people who use urg with >= 2^31 write_seq -
snd_una could now rejoice too (that's the only purpose for the
between being there, otherwise a simple compare would have done
the thing). Not that I assume that the rest of the tcp code
happily lives with such mind-boggling numbers :-). Alas, it
turned out to be impossible to set wmem to such numbers anyway,
yes I really tried a big sendfile after setting some wmem but
nothing happened :-). ...Tcp_wmem is int and so is sk_sndbuf...
So I hacked a bit variable to long and found out that it seems
to work... :-)

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-07 14:43:06 -07:00
..
2008-08-10 23:32:07 +02:00
2008-09-12 16:30:20 -07:00
2008-08-12 10:13:38 +10:00
2008-08-20 13:19:51 -07:00
2008-08-12 16:07:31 -07:00
2008-08-08 15:13:27 +01:00
2008-08-28 08:33:23 +02:00
2008-09-02 20:18:47 +02:00
2008-09-22 19:51:15 -07:00
2008-09-22 21:28:11 -07:00
2008-09-30 02:53:18 -07:00
2008-08-25 17:28:25 +03:00
2008-09-01 09:47:16 +02:00
2008-08-11 15:25:07 +02:00
2008-08-16 16:45:56 -07:00
2008-08-16 16:45:56 -07:00
2008-08-26 10:37:20 -07:00
2008-10-01 07:03:24 -07:00
2008-09-24 18:54:46 -04:00
2008-09-16 19:35:05 -07:00
2008-08-11 09:30:24 +02:00
2008-08-22 16:29:57 -04:00
2008-08-20 15:40:32 -07:00
2008-09-22 19:51:15 -07:00
2008-09-05 18:14:35 +02:00
2008-08-17 22:47:30 +10:00
2008-10-07 14:22:33 -07:00
2008-08-11 09:30:24 +02:00
2008-10-07 14:43:06 -07:00
2008-09-05 14:39:38 -07:00
2008-08-15 10:34:07 -07:00
2008-08-16 16:45:56 -07:00