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

For #1598, support SLB health checking by TCP. 3.0.123

This commit is contained in:
winlin 2020-02-21 23:51:40 +08:00
parent 4a69499f2c
commit 20b9d6ab02
8 changed files with 34 additions and 3 deletions

View file

@ -468,6 +468,8 @@ public:
virtual std::string get_work_dir();
// Whether use asprocess mode.
virtual bool get_asprocess();
// Whether empty client IP is ok.
virtual bool empty_ip_ok();
// 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.