mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix bug when client DTLS is passive. 4.0.82
This commit is contained in:
parent
fc4f539907
commit
43028c99c8
5 changed files with 14 additions and 7 deletions
|
|
@ -37,7 +37,7 @@ const std::string kTWCCExt = "http://www.ietf.org/id/draft-holmer-rmcat-transpor
|
|||
// TDOO: FIXME: Rename it, and add utest.
|
||||
extern std::vector<std::string> split_str(const std::string& str, const std::string& delim);
|
||||
|
||||
struct SrsSessionConfig
|
||||
class SrsSessionConfig
|
||||
{
|
||||
public:
|
||||
std::string dtls_role;
|
||||
|
|
@ -237,6 +237,7 @@ public:
|
|||
|
||||
SrsSessionInfo session_info_;
|
||||
SrsSessionConfig session_config_;
|
||||
SrsSessionConfig session_negotiate_;
|
||||
|
||||
std::vector<std::string> groups_;
|
||||
std::string group_policy_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue