HomeManualTopicsTypesSymbols

std::shutdown

shutdown the receiver and/or sender of the specified socket

Parameters

None

Results

None

Description

Arguments: socket # the socket to shutdown how # which sides (receiver, sender) to shutdown

This function needs I/O-access rights.

Topic

POSIX

See also

std::socket
std::connect
std::bind
std::listen
std::accept
std::send
std::recv