mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Fix NACK remove loop bug
This commit is contained in:
parent
4bcfce7ff1
commit
b7f5fa7c9d
2 changed files with 27 additions and 4 deletions
|
|
@ -87,6 +87,9 @@ public:
|
|||
// TODO: FIXME: Refine it?
|
||||
void notify_nack_list_full();
|
||||
void notify_drop_seq(uint16_t seq);
|
||||
public:
|
||||
void clear_histroy(uint16_t seq);
|
||||
void clear_all_histroy();
|
||||
};
|
||||
|
||||
struct SrsNackOption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue