Definition at line 201 of file socks.cpp.
◆ get_buffer()
| static boost::asio::const_buffers_1 net::socks::client::write::get_buffer |
( |
client const & |
self | ) |
|
|
inlinestaticnoexcept |
Definition at line 205 of file socks.cpp.
207 return boost::asio::buffer(
self.buffer_,
self.buffer_size_);
◆ operator()()
| void net::socks::client::write::operator() |
( |
const boost::system::error_code |
error | ) |
|
|
inline |
Definition at line 210 of file socks.cpp.
218 boost::asio::async_write(
self.proxy_,
get_buffer(
self),
self.strand_.wrap(read{std::move(self_)}));
static boost::asio::const_buffers_1 get_buffer(client const &self) noexcept
error
Possible errors with socks communication. Defined in https://www.openssh.com/txt/socks4.protocol.
const T & move(const T &t)
client(stream_type::socket &&proxy, socks::version ver)
std::shared_ptr< client > self_
◆ self_
| std::shared_ptr<client> net::socks::client::write::self_ |
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/src/net/socks.cpp