You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is likely due to a limitation of our LwIP configuration. The maximum size of a TCP send buffer is 2xTCP_MSS, so 2920 bytes. There is a wishlist item for a Sockets API that allows sending large, constant buffers in-place.
Hi
The tcp_echo_client test fails with the following error when trying to send a 4096 byte data packet:
MBED: Failed to send 4096 bytes. err=Memory allocation failed
The full serial console trace for the test is shown below.
Thanks
Simon
The text was updated successfully, but these errors were encountered: