lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP Configuration: Minimum received bytes for callback


From: address@hidden
Subject: Re: [lwip-users] TCP Configuration: Minimum received bytes for callback
Date: Tue, 27 Feb 2018 19:31:03 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 27.02.2018 16:32, Yacob Hassidim wrote:

Hello,

 

I want to wait till at least 3 bytes were received by TCP.

 

How the TCP minimum received bytes for callback is configured?


That's not supported. You'll have to queue the rx pbufs yourself in your recv callback.

Simon

reply via email to

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