Adds ECN handling managed by ROCCET.

This commit is contained in:
Lukas Prause
2026-01-30 13:48:31 +01:00
parent 5ebd5c0cb7
commit c24b02231a
2 changed files with 28 additions and 6 deletions

View File

@@ -39,7 +39,8 @@ struct roccettcp {
u32 tcp_cwnd; /* estimated tcp cwnd */
u32 curr_rtt; /* the minimum rtt of current round */
u32 roccet_last_event_time_us; /* The last time ROCCETv2 was triggered */
u32 roccet_last_event_time_us; /* The last time ROCCET was triggered */
u32 ece_received; /* Set to true if an ECE bit was received */
u32 curr_min_rtt; /* The current observed minRTT */
struct TimedRTT curr_min_rtt_timed; /* The current observed minRTT with
the timestamp when it was observed */