boost::corosio::tcp_server::bind
Bind to a local endpoint.
Synopsis
Declared in <boost/corosio/tcp_server.hpp>
std::error_code
bind(endpoint ep);
Description
Creates an acceptor listening on the specified endpoint. Multiple endpoints can be bound by calling this method multiple times before start.
Parameters
| Name | Description |
|---|---|
ep |
The local endpoint to bind to. |
Created with MrDocs