[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081217212907.GA27243@gondor.apana.org.au>
Date: Thu, 18 Dec 2008 08:29:07 +1100
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Alexey Kuznetsov <kuznet@....inr.ac.ru>
Cc: Petr Tesarik <ptesarik@...e.cz>,
Ilpo J??rvinen <ilpo.jarvinen@...sinki.fi>,
davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH] tcp: make urg+gso work for real this time
On Wed, Dec 17, 2008 at 06:30:15PM +0300, Alexey Kuznetsov wrote:
> Hello!
>
> > Probably, netbsd/openbsd have some another quirk to work this around.
> > I do not see how, though.
>
> F.e. this could be totally safe if we do this only in the case
> when octet seq+0xFFFF has not yet been sent.
>
> When we send segment with 0xFFFF inside urg_ptr is advanced and so on,
> so that receiver has no chances to corrupt stream.
>
> I.e. we set URG and urg_ptr to fake scb->seq + 0xFFFF only when:
>
> after(scb->seq + 0xFFFF, tp->snd_nxt)
>
> My brains are rusty, so take this critically. :-)
Indeed that's a great idea!
Thanks,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists