mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-16 18:10:40 -04:00
search spy
This commit is contained in:
parent
54ee6509d1
commit
41251fdd9e
6 changed files with 26 additions and 5 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