add webui for udp tunnels

This commit is contained in:
Jeff Becker
2016-09-03 13:58:34 -04:00
parent 9acbb2203c
commit fa1021df59
7 changed files with 181 additions and 3 deletions

View File

@@ -66,7 +66,9 @@ namespace client
AddressBook& GetAddressBook () { return m_AddressBook; };
const SAMBridge * GetSAMBridge () const { return m_SamBridge; };
std::vector<DatagramSessionInfo> GetForwardInfosFor(const i2p::data::IdentHash & destination);
private:
void ReadTunnels ();