Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 50a24d67 authored by Robert Lubos's avatar Robert Lubos Committed by Christopher Friedt
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 9c3be121
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment