lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] netconn_recv partial data


From: address@hidden
Subject: Re: [lwip-users] netconn_recv partial data
Date: Fri, 20 Jan 2012 22:32:16 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20111105 Thunderbird/8.0

N.Karakotas wrote:
All I receive is 256 bytes of data and once the loop executes again it has no data. Below is the code:

netconn_recv() returns the data in chunks as received on the wire and TCP splits send data into multiple packets. Call netconn_recv() again if the data you want isn't all in the first packet.

Simon

reply via email to

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