Re: [PATCH] tcp: make urg+gso work for real this time
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2008-12-17 21:31:09
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2008-12-17 21:31:09
On Wed, Dec 17, 2008 at 05:04:48PM +0100, Petr Tesarik wrote:
This is all nice, but it still does not solve those series of SIGURGs on the receiving side. My suggestion is to not generate a new SIGURG until the data for the latest one have arrived. There can be only one byte of urgent data, so if somebody sends more than one, it cannot be handled by the receiver, anyway, so that use case is broken and need not be taken into account.
No we need to send a SIGURG as soon as we enter urgent mode. The whole point of urgent mode is to inform the receiver ASAP. As the urgent data itself cannot be expedited due to the in-order nature of TCP, setting the flag and sending the signal is the best we can do. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt