tunnel options for SOCKS proxy

This commit is contained in:
orignal 2016-11-03 15:28:33 -04:00
parent 4b983300fe
commit 0305e4cf8a
5 changed files with 48 additions and 20 deletions

View file

@ -75,7 +75,8 @@ namespace client
template<typename Section, typename Type>
std::string GetI2CPOption (const Section& section, const std::string& name, const Type& value) const;
template<typename Section>
void ReadI2CPOptions (const Section& section, std::map<std::string, std::string>& options) const;
void ReadI2CPOptions (const Section& section, std::map<std::string, std::string>& options) const;
void ReadI2CPOptionsFromConfig (const std::string& prefix, std::map<std::string, std::string>& options) const;
void CleanupUDP(const boost::system::error_code & ecode);
void ScheduleCleanupUDP();