lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] tcp_write


From: Jonas L
Subject: Re: [lwip-users] tcp_write
Date: Thu, 6 Jul 2006 05:26:34 -0700 (PDT)

> You need to call tcp_output() after tcp_write() to try to put the data 
> on the wire.

Alright...there is certainly something I don't get here. The description for
tcp_write says:
 * Write data for sending (but does not send it immediately).
 *
 * It waits in the expectation of more data being sent soon (as
 * it can send them more efficiently by combining them together).
 * To prompt the system to send data now, call tcp_output() after
 * calling tcp_write().

I am interpreting this like it is possible to call tcp_write as many times
as I need, before transmitting?
-- 
View this message in context: 
http://www.nabble.com/tcp_write-tf1898853.html#a5198678
Sent from the lwip-users forum at Nabble.com.





reply via email to

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