wip change ledbat and start cubic

This commit is contained in:
2023-08-24 18:04:25 +02:00
parent 475a99054f
commit f460d7b4a5
7 changed files with 157 additions and 6 deletions

View File

@@ -123,6 +123,8 @@ struct LEDBAT : public CCAI{
int64_t _in_flight_bytes {0};
SeqIDType _last_ack_got {0xff, 0xffff}; // some default
private: // helper
clock::time_point _time_start_offset;
};