Re: Setting the IPv6 Flow Label for TCP connections

2012-02-17 Thread Fernando Gont
Hi, Christiano, On 02/15/2012 01:44 PM, Christiano F. Haesbaert wrote: >> Might be able to produce a patch in a couple of weeks, but mentioned it >> in the event anyone else finds some cycles before I do. >> > > I'm a bit ignorant about IPv6, but that is the same case for TCCLASS, > I had fixed t

Re: Setting the IPv6 Flow Label for TCP connections

2012-02-15 Thread Christiano F. Haesbaert
On 15 February 2012 13:11, Fernando Gont wrote: > Folks, > > There seems to be a bug in the setting of the IPv6 Flow Label for TCP > connections. > > When an incoming connection is received, the SYN/ACK is always sent with > the FL set to zero. > > It seems that syn_cache_respond() and syn_cache_a

Setting the IPv6 Flow Label for TCP connections

2012-02-15 Thread Fernando Gont
Folks, There seems to be a bug in the setting of the IPv6 Flow Label for TCP connections. When an incoming connection is received, the SYN/ACK is always sent with the FL set to zero. It seems that syn_cache_respond() and syn_cache_add() should be patched, together with the SYN-cookies generation