mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #730, support config in/out ack size. 3.0.13
This commit is contained in:
parent
bbbc40f9c2
commit
1b175b1107
7 changed files with 86 additions and 6 deletions
|
|
@ -754,6 +754,10 @@ public:
|
|||
* @return the refer, NULL for not configed.
|
||||
*/
|
||||
virtual SrsConfDirective* get_refer_publish(std::string vhost);
|
||||
// Get the input default ack size, which is generally set by message from peer.
|
||||
virtual int get_in_ack_size(std::string vhost);
|
||||
// Get the output default ack size, to notify the peer to send acknowledge to server.
|
||||
virtual int get_out_ack_size(std::string vhost);
|
||||
/**
|
||||
* get the chunk size of vhost.
|
||||
* @param vhost, the vhost to get the chunk size. use global if not specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue