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

refine the recv buffer for mr.

This commit is contained in:
winlin 2014-12-04 21:50:23 +08:00
parent 09101b8d5e
commit 76af04c55d
2 changed files with 58 additions and 51 deletions

View file

@ -194,7 +194,7 @@ public:
public:
virtual int on_reload_vhost_mr(std::string vhost);
private:
virtual void update_buffer(bool mr_enabled, int sleep_ms);
virtual void set_socket_buffer(int sleep_ms);
};
#endif