Chen wrote:
1) I tried checking tcp_sndbuf, but I doubt it is the answer, for the thruput rate is way too low, and I can send much more error-free without it
Watch out to not mix the APIs here: tcp_sndbuf belongs to the raw API, not to the socket API (which lwip_send belongs to).

Simon


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

Reply via email to