lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] sockets.c bug


From: Jani Monoses
Subject: [lwip-users] Re: [lwip] sockets.c bug
Date: Thu, 09 Jan 2003 00:31:12 -0000

> copylen.  ie.  If the buffer is 1000 long and you've read 100 before,
> buflen is 900 and lastoffset is 100.  If you read 200, lastoffset should
> be set to 300 (lastoffset + copylen), not 200.
>
> It should read
>    sock->lastoffset += copylen.
>
> Kieran
You're right.
Jani.

[This message was sent through the lwip discussion list.]




reply via email to

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