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:
parent
5408169b6e
commit
3e81e6e0f1
3 changed files with 30 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue