mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SquashSRS4: Update doc
This commit is contained in:
parent
2e14d80aa4
commit
34aa11b72a
5 changed files with 44 additions and 13 deletions
|
@ -442,6 +442,10 @@ public:
|
|||
// If true, SRS will run in daemon mode, fork and fork to reap the
|
||||
// grand-child process to init process.
|
||||
virtual bool get_daemon();
|
||||
private:
|
||||
// Whether user use full.conf
|
||||
virtual bool is_full_config();
|
||||
public:
|
||||
// Get the max connections limit of system.
|
||||
// If exceed the max connection, SRS will disconnect the connection.
|
||||
// @remark, linux will limit the connections of each process,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue