|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <forwarding.hpp>
Public Attributes | |
| TcpEndpoint | listen {"127.0.0.1", 0} |
| ForwardTarget | target |
| std::size_t | buffer_size = 64 * 1024 |
| std::function< bool(const TcpEndpoint &peer)> | accept_filter |
| std::function< void(const ErrorInfo &)> | on_error |
| TcpEndpoint sshpp::LocalForward::Options::listen {"127.0.0.1", 0} |
| ForwardTarget sshpp::LocalForward::Options::target |
| std::size_t sshpp::LocalForward::Options::buffer_size = 64 * 1024 |
| std::function<bool(const TcpEndpoint& peer)> sshpp::LocalForward::Options::accept_filter |
| std::function<void(const ErrorInfo&)> sshpp::LocalForward::Options::on_error |