mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -108,7 +108,10 @@ class RsTurtle
|
||||
// an exception if an error occurs during the initialization process. The
|
||||
// turtle router itself does not initiate downloads, it only maintains
|
||||
// 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 ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user