lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] keep-alive not work


From: Bandu
Subject: Re: [lwip-users] keep-alive not work
Date: Wed, 18 Feb 2009 11:45:09 +0000

Hi Kieran,
 
Thank you very much. The code segment works. Its working now.
 
How do I open or report the bug?
 
Thanks.
 
Bandu

On Wed, Feb 18, 2009 at 11:38 AM, Simon Goldschmidt <address@hidden> wrote:
>   tcphdr->wnd = htons(pcb->rcv_ann_wnd) + 1;

I'm not sure, but shouldn't that be

tcphdr->wnd = htons(pcb->rcv_ann_wnd + 1);

or else you would add one to the converted ushort?


Simon
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users



--
Bandu
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]