libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::RemoteForward::Options Struct Reference

#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
 

Member Data Documentation

◆ bind_address

std::string sshpp::RemoteForward::Options::bind_address = "localhost"

◆ remote_port

std::uint16_t sshpp::RemoteForward::Options::remote_port = 0

◆ local_target

ForwardTarget sshpp::RemoteForward::Options::local_target

◆ accept_filter

std::function<bool(const TcpEndpoint& originator)> sshpp::RemoteForward::Options::accept_filter

◆ on_error

std::function<void(const ErrorInfo&)> sshpp::RemoteForward::Options::on_error

The documentation for this struct was generated from the following file: