Skip to content
Commit 6a0df63e authored by Robert Lubos's avatar Robert Lubos Committed by Marti Bolivar
Browse files

net: sockets: Retry net_context_sendmsg if EAGAIN is reported



TCP module can report EAGAIN in case TX window is full. This should not
be forwarded to the application, as blocking socket is not supposed to
return EAGAIN.

Fix this for sendmsg by implementing the same mechanism for handling TX
errors as for regular send/sendto operations.

Signed-off-by: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent a85a76d8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment