Louis Wells wrote:

> Even if I were to remove the limitation test, and sent the entire buffer
> worth of data into tcp, the http_send_data function is only going to get
> called again after tcp receives an ack for all of the data sent.

No, the 'sent' callback is called for every RX packet that ACKs new data. 
Normally, the remote side will ACK new data roughly for every 2nd packet 
received. This is lwIP's way to implement TCP's sliding window, anyway.

Simon

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to