mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
added global switch to enable/disable anonymous routing. This will be used for connexion profiles with very limited bandwidth
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5886 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
863951c589
commit
fd723bcea7
6 changed files with 99 additions and 35 deletions
|
@ -88,6 +88,9 @@ class RsTurtle
|
|||
RsTurtle() {}
|
||||
virtual ~RsTurtle() {}
|
||||
|
||||
virtual void setEnabled(bool) = 0 ;
|
||||
virtual bool enabled() const = 0 ;
|
||||
|
||||
// Lauches a search request through the pipes, and immediately returns
|
||||
// the request id, which will be further used by the gui to store results
|
||||
// as they come back.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue