> From reading the code, the cause of the delay is that you don't call > tcp_output() after calling tcp_write().
You are right, adding tcp_output solves the problem. Thank you for your help. _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
