mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-05 21:04:14 -04:00
avoid sending packet slicing probes to the serializer in pqistreamer
This commit is contained in:
parent
5a55800f31
commit
aff7912f41
1 changed files with 5 additions and 2 deletions
|
@ -807,6 +807,9 @@ start_packet_read:
|
|||
#ifdef DEBUG_PACKET_SLICING
|
||||
std::cerr << "(II) Enabling packet slicing!" << std::endl;
|
||||
#endif
|
||||
mReading_state = reading_state_initial ; // restart at state 1.
|
||||
mFailed_read_attempts = 0 ;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
continue_packet:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue