Start of tunnel request handling.
This commit is contained in:
1
crypto.h
1
crypto.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user