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

refine code for bug #217, use recv thread to set the timeout.

This commit is contained in:
winlin 2014-11-22 18:08:45 +08:00
parent 5408169b6e
commit 3e81e6e0f1
3 changed files with 30 additions and 17 deletions

View file

@ -59,6 +59,9 @@ public:
virtual int start();
virtual void stop();
virtual int cycle();
public:
virtual void on_thread_start();
virtual void on_thread_stop();
};
#endif