We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c94667 commit a08ea10Copy full SHA for a08ea10
network.tex
@@ -759,6 +759,9 @@
759
\texttt{shutdown(fd, SHUT\_RDWR)}. When using
760
\texttt{shutdown(fd, SHUT\_WR)} it is still possible to read from the socket.
761
The remote side will get \texttt{EOF} while reading however it can still write.
762
+\item If \texttt{connect} is used on a datagram socket then calling
763
+\texttt{shutdown} on the socket will make subsequent send and/or receive calls
764
+on that socket fail.
765
\end{itemize}
766
767
%%%%%
0 commit comments