lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] Mime-Version: 1.0


From: Adam Dunkels
Subject: [lwip-users] Re: [lwip] Mime-Version: 1.0
Date: Wed, 08 Jan 2003 23:08:28 -0000

Hi Avi!

On Friday 18 January 2002 11.17, you wrote:
> I spent some time looking at the code , and I have a question regarding the
> tcp and the PUSH flag. It looks like the lwip send data to the applications
> ,  even if the push flag is not set. Am I wrong? I think this can cause
> some problems when sending to big buffers.

Yes, lwIP sends data up to the application even if the PSH flag isn't set. In 
fact, this is how it commonly is done in most TCP/IP stacks - the stack never 
waits for a PSH flag before handing over the data to the application.

/adam
-- 
Adam Dunkels <address@hidden>
http://www.sics.se/~adam
[This message was sent through the lwip discussion list.]




reply via email to

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