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. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
