Adds send and receive rate monitoring.

This commit is contained in:
Lukas Prause
2026-07-16 13:25:58 +02:00
parent 97a59b6f20
commit a6356c3297
3 changed files with 52 additions and 11 deletions
+2
View File
@@ -58,6 +58,8 @@ struct roccettcp {
* Used for jitter calculation
*/
enum roccet_state state; /* State in which roccet currently opperates */
u32 interval_snd_seq_start;
u32 interval_una_seq_start;
};
#endif /* __TCP_ROCCET_H */