1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix bug for bug #241, default to 32k for socket buffer.

This commit is contained in:
winlin 2014-12-04 18:35:50 +08:00
parent 5589b13d2e
commit f1192a8302
4 changed files with 11 additions and 9 deletions

View file

@ -539,6 +539,7 @@ public:
* get the mr sleep time in ms for vhost.
* @param vhost, the vhost to get the mr sleep time.
*/
// TODO: FIXME: add utest for mr config.
virtual int get_mr_sleep_ms(std::string vhost);
private:
/**