Start of tunnel request handling.

This commit is contained in:
Ian Gulliver
2015-02-07 16:04:40 -08:00
parent 578615a99e
commit 6fc6070d5f
4 changed files with 20 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ class CryptoPubServerConnection : public CryptoPubConnBase {
private:
void OnHandshake(const TLVNode& decoded);
bool OnMessage(const TLVNode& node);
bool OnTunnelRequest(const TLVNode& node);
static void OnError_(struct bufferevent* bev, const short what, void* this__);
void OnError(const short what);