On Fri, 2009-03-13 at 23:57 +0800, yueyue papa wrote: > Hi > > I use the socket intertace for quickest lwIP application development. > It is true that the peer get the data if socket lwip_send return > success.
No. There are no such guarantees (and this is not just lwIP, it's true of any implementation of TCP/IP and sockets). If you need that your application layer has to provide its own protocol that provides this. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
