From 121266ecbfe4b1502d5de80207da9a6f31e23b17 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 27 Jun 2020 11:17:37 +0800 Subject: [PATCH] Refine code --- trunk/src/app/srs_app_config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/app/srs_app_config.hpp b/trunk/src/app/srs_app_config.hpp index cf7d60735..a804c4888 100644 --- a/trunk/src/app/srs_app_config.hpp +++ b/trunk/src/app/srs_app_config.hpp @@ -545,10 +545,10 @@ public: srs_utime_t get_rtc_stun_timeout(std::string vhost); bool get_rtc_stun_strict_check(std::string vhost); bool get_rtc_keep_sequence(std::string vhost); - bool get_rtc_nack_enabled(std::string vhost); - bool get_rtc_twcc_enabled(std::string vhost); std::string get_rtc_dtls_role(std::string vhost); std::string get_rtc_dtls_version(std::string vhost); + bool get_rtc_nack_enabled(std::string vhost); + bool get_rtc_twcc_enabled(std::string vhost); // vhost specified section public: