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: Simon Goldschmidt
Subject: Re: [lwip-users] keep-alive not work
Date: Wed, 18 Feb 2009 12:38:12 +0100

>   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




reply via email to

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