lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] tcp_write


From: Jonas L
Subject: [lwip-users] tcp_write
Date: Wed, 5 Jul 2006 23:40:43 -0700 (PDT)

I'm trying to send a chain of data using tcp_write. It seems like when I call
tcp_write twice bad things happen. Packet is never transmitted though both
calls return with ERR_OK.

That means that the only way to send data that is not in one piece is to
send a small piece, wait for it to transmit then call tcp_write again when
the first part is away.

Is this normal, and is there any solution except copying to one piece?
-- 
View this message in context: 
http://www.nabble.com/tcp_write-tf1898853.html#a5194530
Sent from the lwip-users forum at Nabble.com.





reply via email to

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