on_publish hook新增continue_push_ms参数,用于断连续推延时控制

This commit is contained in:
xiongziliang
2022-06-04 11:06:35 +08:00
parent b0beea7781
commit b23cbaa0f8
10 changed files with 33 additions and 17 deletions

View File

@@ -89,6 +89,8 @@ private:
private:
bool _set_meta_data = false;
double _recv_req_id = 0;
//断连续推延时
uint32_t _continue_push_ms = 0;
//消耗的总流量
uint64_t _total_bytes = 0;
std::string _tc_url;