mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1579, support start/final wait for gracefully quit. 3.0.121
This commit is contained in:
parent
58b40478b6
commit
dc0f804452
6 changed files with 28 additions and 2 deletions
|
@ -468,6 +468,8 @@ public:
|
|||
virtual std::string get_work_dir();
|
||||
// Whether use asprocess mode.
|
||||
virtual bool get_asprocess();
|
||||
// Get the start wait in ms for gracefully quit.
|
||||
virtual srs_utime_t get_grace_start_wait();
|
||||
// Get the final wait in ms for gracefully quit.
|
||||
virtual srs_utime_t get_grace_final_wait();
|
||||
// Whether force to gracefully quit, never fast quit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue