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 <[email protected]>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 > [email protected] > http://lists.nongnu.org/mailman/listinfo/lwip-users > -- Bandu [email protected]
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
