Samraksh / eMote

eMote OS -- Multiple Ports (using .NET MF v4.3)
0 stars 0 forks source link

The range of link statics have inconsistent range and accuracy #469

Open BoraAtSamraksh opened 7 years ago

BoraAtSamraksh commented 7 years ago

Many link statistics have arbitrary designs for their range and resolution. For instance, UINT8 is insufficient to simultaneously provide the range and resolution needs.

As of d4936d20df59e8e97aea16a87162a902a0ceb7c5, I am keeping the UINT8 as this affects memory assignments, interops etc... I choose to populate this information in units of sec/10 since the expected delay for synchronous packets range from 0-3.2 secs and more if repeated more than once. Hence, the maximum value represents a delay>=25.5 secs or more and the minimum value represents delays<0.1 secs.