> tcp_sent callback should not be called until the data are ACKed. If > it's still in the send queue there's a bug.
It's not a bug. I used the httpd example and added a tcp_poll callback. I didn't have it originally in my code but seeing it there made me think it was a good thing (and it probably is). What I didn't see in httpd was to set retries to 0 in my tcp_sent. I see already this should resolve both problems. Sorry to bother everyone! Bill _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
