Right now, check_fragment_sizes works by taking a minimum and maximum value for the Fragment size and making sure that the actual Fragment size is between those two values. It may make more sense to define it in terms of "expected_fragment_size", "chunk_size", and "chunk_tolerance", where the tolerance would default to one or two chunk(s) to account for trigger edge effects.