lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] tcp_output functionality


From: cat
Subject: [lwip-users] tcp_output functionality
Date: Fri, 29 Mar 2013 21:01:22 -0700 (PDT)

Hello,

I am using LwIP 1.4.1 and doing an app that sends small chunks of data.
Since I don't have big buffer I am trying to use tcp_output to force smaller
chunks more promptly. I have disabled naggle, however still does not send
the data. 
What I do is:


A bit of step-by-step debugging shows that tcp_output never does anything
because it exits here:



I don't know enough to understand the comment. Can someone clarify to me
what is 'tcp_input_pcb' and what is the big picture behind this if. Should I
employ some other technique for prompt sending of the segments.

Thank you.



--
View this message in context: 
http://lwip.100.n7.nabble.com/tcp-output-functionality-tp21267.html
Sent from the lwip-users mailing list archive at Nabble.com.



reply via email to

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