Enum std::net::Shutdown
Re-export from std::net::unix::Shutdown
Which end(s) of the socket to shutdown
Variants
-
Read
Shut down the reading end of the socket
-
Write
Shut down the writing end of the socket
-
Both
Shut down both ends of the socket
Which end(s) of the socket to shutdown
Shut down the reading end of the socket
Shut down the writing end of the socket
Shut down both ends of the socket