mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
continue sending packet slicing probes in case the peer has restarted
This commit is contained in:
parent
b08a62afc9
commit
e42dae8f78
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ int pqistreamer::handleoutgoing_locked()
|
|||
// if so, we enable it for the session. This should be removed (because it's unnecessary) when all users have switched to the new version.
|
||||
time_t now = time(NULL) ;
|
||||
|
||||
if((!mAcceptsPacketSlicing) && now > mLastSentPacketSlicingProbe + PQISTREAM_PACKET_SLICING_PROBE_DELAY)
|
||||
if(now > mLastSentPacketSlicingProbe + PQISTREAM_PACKET_SLICING_PROBE_DELAY)
|
||||
{
|
||||
#ifdef DEBUG_PACKET_SLICING
|
||||
std::cerr << "(II) Inserting packet slicing probe in traffic" << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue