I used lwip1.3.1 to create tcp connect with NOBLOCK mode. (I like BSD sock) when I call lwip_connect(), it return ok soon even if the connect is not estabilshed. So how can I query the tcp state?
More than that, when I use lwip_select() to query the socket, the return still told me I can write with this sock. At last, when remote server close socket, I can't get the msg untill I write sth to this bad socket. How can I query the state of TCP sock; Thanks! -- View this message in context: http://old.nabble.com/How-to-query-the-state-of-tcp-socket--tp28287985p28287985.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
