|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <forwarding.hpp>
Public Attributes | |
| std::string | bind_address = "localhost" |
| std::uint16_t | remote_port = 0 |
| ForwardTarget | local_target |
| std::function< bool(const TcpEndpoint &originator)> | accept_filter |
| std::function< void(const ErrorInfo &)> | on_error |
| std::string sshpp::RemoteForward::Options::bind_address = "localhost" |
| std::uint16_t sshpp::RemoteForward::Options::remote_port = 0 |
| ForwardTarget sshpp::RemoteForward::Options::local_target |
| std::function<bool(const TcpEndpoint& originator)> sshpp::RemoteForward::Options::accept_filter |
| std::function<void(const ErrorInfo&)> sshpp::RemoteForward::Options::on_error |