Closed ebollens closed 12 years ago
Change control overhead to be calculated as:
TOTAL_CONTROL_PACKETS / [TOTAL_CONTROL_PACKETS + TOTAL_SEND_DATA_PACKET_COUNT]
This is because we're reporting it this way in the final report. I'm also not sure how we're getting the current method.
The current control overhead is calculated as sent_beacon_packets / total_sent_packets.
sent_beacon_packets
total_sent_packets
Change control overhead to be calculated as:
This is because we're reporting it this way in the final report. I'm also not sure how we're getting the current method.