Some updates
This commit is contained in:
@@ -8,8 +8,8 @@ namespace ts::protocol {
|
||||
generation_estimator();
|
||||
|
||||
void reset();
|
||||
uint16_t visit_packet(uint16_t /* packet id */);
|
||||
uint16_t generation() const;
|
||||
[[nodiscard]] uint16_t visit_packet(uint16_t /* packet id */);
|
||||
[[nodiscard]] uint16_t generation() const;
|
||||
|
||||
void set_last_state(uint16_t last_packet, uint16_t generation) {
|
||||
this->last_packet_id = last_packet;
|
||||
|
||||
Reference in New Issue
Block a user