mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-16 01:54:52 -04:00
commit
ba7cf4995b
8 changed files with 43 additions and 8 deletions
|
@ -172,6 +172,7 @@ class TurtleRequestInfo
|
|||
uint32_t time_stamp ; // last time the tunnel was actually used. Used for cleaning old tunnels.
|
||||
int depth ; // depth of the request. Used to optimize tunnel length.
|
||||
std::set<uint32_t> responses; // responses to this request. Useful to avoid spamming tunnel responses.
|
||||
std::string keywords;
|
||||
};
|
||||
|
||||
class TurtleTunnel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue