mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
tenfold: refine publish nack send
This commit is contained in:
parent
a3c7be2c75
commit
347fafec6e
4 changed files with 52 additions and 22 deletions
|
|
@ -138,6 +138,10 @@ public:
|
|||
void get_nack_seqs(std::vector<uint16_t>& seqs);
|
||||
public:
|
||||
void update_rtt(int rtt);
|
||||
private:
|
||||
srs_utime_t last_remove_packet_time_;
|
||||
public:
|
||||
void remove_timeout_packets(void);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue