added non aggressive mode option to turtle router to make distant chat happy

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-01-22 20:25:39 +00:00
parent d886c34233
commit 817aa793fc
5 changed files with 12 additions and 10 deletions

View file

@ -872,7 +872,7 @@ void DistantChatService::startClientDistantChatConnection(const RsGxsId& to_gxs_
std::cerr << "Asking turtle router to monitor tunnels for hash " << hash << std::endl;
#endif
mTurtle->monitorTunnels(hash,this) ;
mTurtle->monitorTunnels(hash,this,false) ;
// spawn a status item so as to open the chat window.
RsChatMsgItem *item = new RsChatMsgItem;