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
try_recv() was meant to support both @expect_success cases, but all the
callers use @expect_success=false anyway. Drop the unused logic and fold in
MSG_DONTWAIT. Adapt callers.
Subtle change here: recv() return value of 0 will also be considered (an
unexpected) success.
Signed-off-by: Michal Luczaj <[email protected]>
0 commit comments