You should read the wiki and check the examples in the contrib tree. TCP can only buffer a certain amount of data, and will not accept anything more. It will send it, and can't send anything else until that data is ACKed. Once that data is ACKed, you will receive a callback in tcp_sent() and then you can send more data, but only if you free the memory you've allocated for the prior buffer.
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
