Open
Description
Follow up on #47229 (comment) from #47229.
This is a behavioral difference between the OS-es, on Unix a call to shutdown(sockfd, how)
returns ENOTCONN
for UDP sockets. We may or may not want to address it in our code for compatibility.