Re: Bug in sbsndptr()

2013-03-05 Thread Lawrence Stewart
gt;>> A colleague and I spent a very frustrating day tracing an accounting >>>> bug >>>> in the multipath TCP patch we're working on at CAIA to a bug in >>>> sbsndptr(). I haven't tested it with regular TCP yet, but I believe the >>>> follow

Re: Bug in sbsndptr()

2013-03-05 Thread Andre Oppermann
to a bug in sbsndptr(). I haven't tested it with regular TCP yet, but I believe the following patch fixes the bug (proposed commit log message is at the top of the patch): http://people.freebsd.org/~lstewart/patches/misctcp/sbsndptr_mnext_10.x.r247314.diff The patch should have no tangible

Re: Bug in sbsndptr()

2013-03-04 Thread Lawrence Stewart
On 03/05/13 03:35, Andre Oppermann wrote: > On 26.02.2013 14:38, Lawrence Stewart wrote: >> Hi Andre, > > Hi Lawrence, :-) > >> A colleague and I spent a very frustrating day tracing an accounting bug >> in the multipath TCP patch we're working on at CAIA t

Re: Bug in sbsndptr()

2013-03-04 Thread Andre Oppermann
On 26.02.2013 14:38, Lawrence Stewart wrote: Hi Andre, Hi Lawrence, :-) A colleague and I spent a very frustrating day tracing an accounting bug in the multipath TCP patch we're working on at CAIA to a bug in sbsndptr(). I haven't tested it with regular TCP yet, but I believe the

Bug in sbsndptr()

2013-02-26 Thread Lawrence Stewart
Hi Andre, A colleague and I spent a very frustrating day tracing an accounting bug in the multipath TCP patch we're working on at CAIA to a bug in sbsndptr(). I haven't tested it with regular TCP yet, but I believe the following patch fixes the bug (proposed commit log message is at