net/tcp: Fixed bad return value handling in psock_tcp_send(). send() expects...
net/tcp: Fixed bad return value handling in psock_tcp_send(). send() expects psock_tcp_send() to return a negated errno value, not -1 with the errno set (GN: I added same change for tcp_send_buffered.c which has the same issue as tcp_send_unbuffered.c)
parent
4a36c946
Please register or sign in to comment