mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge from 4.0release
This commit is contained in:
commit
d525d27e64
8 changed files with 409 additions and 139 deletions
|
@ -125,6 +125,8 @@
|
|||
// The signal for srs to gracefully quit, do carefully dispose then exit.
|
||||
// @see https://github.com/ossrs/srs/issues/1579
|
||||
#define SRS_SIGNAL_GRACEFULLY_QUIT SIGQUIT
|
||||
// The signal for SRS to abort by assert(false).
|
||||
#define SRS_SIGNAL_ASSERT_ABORT SIGABRT
|
||||
|
||||
// The application level signals.
|
||||
// Persistence the config in memory to config file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue