I am using CALLBACK API and a single TCP connection.  If I close the connection 
from the remote end everything is fine the state eventually goes back to 
CLOSED.  However, if I try to close the connection from my end with tcp_close() 
 the state goes from 4 to 5 to 6 to 10 and never goes to the CLOSED (0) state.  
Am I missing a step in closing the connection or what seems to be the problem.  
I appreciate any help you can provide.
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to