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
1145: Fix sys::socket::recvfrom for TCP sockets r=asomers a=asomers
recvfrom(2) only returns the sender's address for protocols that provide
it. Usually, that means it returns the sender's address for datagram
sockets but not for stream sockets.
Fixes#1144
Co-authored-by: Alan Somers <asomers@gmail.com>
0 commit comments