mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-11 08:49:29 -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
|
#ifdef DEBUG_PACKET_SLICING
|
||||||
std::cerr << "(II) Enabling packet slicing!" << std::endl;
|
std::cerr << "(II) Enabling packet slicing!" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
mReading_state = reading_state_initial ; // restart at state 1.
|
||||||
|
mFailed_read_attempts = 0 ;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
continue_packet:
|
continue_packet:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue