avoid sending packet slicing probes to the serializer in pqistreamer

This commit is contained in:
csoler 2021-11-07 15:16:07 +01:00
parent 5a55800f31
commit aff7912f41

View File

@ -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: