Type used to represent endpoints.
Defined in header <boost/socks/endpoint.hpp>
using endpoint = asio::ip::tcp::endpoint;
Unlike Asio functions, which might use other Endpoint
types, SOCKS can only connect to an asio::ip::tcp::endpoint
Convenience header <boost/socks.hpp>