mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
increased responsivness of distant chat by forcing tunnel re-digging when no activity is detected. WARNING: the new timestamps make the communication break will peers not up to date, since they will not send keep alive packets on the same delay basis.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8023 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
553240cda9
commit
67c5ef9c8a
3 changed files with 38 additions and 73 deletions
|
@ -259,7 +259,13 @@ class p3turtle: public p3Service, public RsTurtle, public p3Config
|
|||
///
|
||||
virtual void stopMonitoringTunnels(const RsFileHash& file_hash) ;
|
||||
|
||||
/// Adds a client tunnel service. This means that the service will be added
|
||||
/// This is provided to turtle clients to force the TR to ask tunnels again. To be used wisely:
|
||||
/// too many tunnel requests will kill the network. This might be useful to speed-up the re-establishment
|
||||
/// of tunnels that have become irresponsive.
|
||||
|
||||
virtual void forceReDiggTunnels(const TurtleFileHash& hash) ;
|
||||
|
||||
/// Adds a client tunnel service. This means that the service will be added
|
||||
/// to the list of services that might respond to tunnel requests.
|
||||
/// Example tunnel services include:
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue