added avg, using floats instead of fixed points for min/max/avg/stddev

This commit is contained in:
2025-04-01 07:53:06 -04:00
parent 936f754941
commit 7db547d711
3 changed files with 17 additions and 50 deletions

View File

@ -28,9 +28,4 @@ struct ping_pkt {
char msg[64 - sizeof(struct icmphdr)];
};
struct ping_delta {
int ms_top;
int ms_bottom;
};
#endif //MAIN_H