fixed bug causing multi-tunneling not to be used (found by jo)

This commit is contained in:
Cyril Soler 2016-01-28 10:44:37 -05:00
parent b1f165fec8
commit 85cdfcc721

View File

@ -1872,6 +1872,7 @@ void p3turtle::monitorTunnels(const RsFileHash& hash,RsTurtleClientService *clie
// No tunnels at start, but this triggers digging new tunnels.
//
_incoming_file_hashes[hash].tunnels.clear();
_incoming_file_hashes[hash].use_aggressive_mode = allow_multi_tunnels ;
// also should send associated request to the file transfer module.
_incoming_file_hashes[hash].last_digg_time = RSRandom::random_u32()%10 ;