boost::corosio::tcp_socket::open
Open the socket.
Synopsis
Declared in <boost/corosio/tcp_socket.hpp>
void
open();
Description
Creates an IPv4 TCP socket and associates it with the platform reactor (IOCP on Windows). This must be called before initiating I/O operations.
Exceptions
Name |
Thrown on |
|
on failure. |
Created with MrDocs