Pat Ferate

Results 1 comments of Pat Ferate

It will only calculate the average if `self.stats.packets_received > 0`, otherwise it should be the default value of `0.0`. The only time `self.stats.average_time` is used is immediately after `self.calculate_packet_average()` at...