mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
added missing comment
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7894 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e19d2e3c36
commit
b081e4a89d
1 changed files with 4 additions and 1 deletions
|
@ -108,7 +108,10 @@ class RsTurtle
|
||||||
// an exception if an error occurs during the initialization process. The
|
// an exception if an error occurs during the initialization process. The
|
||||||
// turtle router itself does not initiate downloads, it only maintains
|
// turtle router itself does not initiate downloads, it only maintains
|
||||||
// tunnels for the given hash. The download should be driven by the file
|
// tunnels for the given hash. The download should be driven by the file
|
||||||
// transfer module by calling ftServer::FileRequest().
|
// transfer module by calling ftServer::FileRequest().
|
||||||
|
// Aggressive mode causes the turtle router to regularly re-ask tunnels in addition to the ones already
|
||||||
|
// available without replacing them. In non aggressive mode, we wait for all tunnels to die before asking
|
||||||
|
// for new tunnels.
|
||||||
//
|
//
|
||||||
virtual void monitorTunnels(const RsFileHash& file_hash,RsTurtleClientService *client_service,bool use_aggressive_mode) = 0 ;
|
virtual void monitorTunnels(const RsFileHash& file_hash,RsTurtleClientService *client_service,bool use_aggressive_mode) = 0 ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue