Details
-
Type: Change
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V4.1.0.0
-
Labels:None
-
Account:SPC TCP_IP (SPCTCPIP)
Description
The SendTo() function with a tcp socket has to return ERR_LWIP_WOULD_BLOCK in case the available sendbuf is insufficient, but the maximal size of the sendbuf is enough. If the input data is bigger than maximal sendbuf, the function has still to return ERR_LWIP_OUT_OF_MEMORY.