Skip to content
Commit e0142f1d authored by Pelle Windestam's avatar Pelle Windestam Committed by Gregory Nutt
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment