zkhalapyan / KimonoNet

1 stars 1 forks source link

Control Overhead #74

Closed ebollens closed 12 years ago

ebollens commented 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.

zkhalapyan commented 12 years ago

The current control overhead is calculated as sent_beacon_packets / total_sent_packets.