lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] question about tcp thread


From: jack W
Subject: [lwip-users] question about tcp thread
Date: Mon, 6 Dec 2004 11:20:32 +0800

hi everyone  


      i established a tcp thread on the lwip . and it is a tcp server on the 
port 2020

when a client connects to the server , it successes.  but when the server send 
data to the client ,it like to go into a cycle ,and on the super teminal it 
displays:
        "
        tcp_output: nothing to send

        tcp_output: snd_wnd 65535, cwnd 256, wnd 256, seg == NULL, ack 6565 "

i think that the thread  always use the function tcp_output ,  and the api 
function netconn_write(); 






reply via email to

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