mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use send_min_interval for stream control. 2.0.183
This commit is contained in:
parent
c02da33c11
commit
ae37fa8f3e
14 changed files with 133 additions and 26 deletions
|
@ -526,6 +526,10 @@ public:
|
|||
* whether enable tcp nodelay for all clients of vhost.
|
||||
*/
|
||||
virtual bool get_tcp_nodelay(std::string vhost);
|
||||
/**
|
||||
* the minimal send interval in ms.
|
||||
*/
|
||||
virtual int get_send_min_interval(std::string vhost);
|
||||
private:
|
||||
/**
|
||||
* get the global chunk size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue