mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Add utest for DTLS
This commit is contained in:
parent
9ca6b2e50f
commit
c33dfd2313
7 changed files with 424 additions and 102 deletions
|
@ -368,6 +368,13 @@ SrsSample::SrsSample()
|
|||
bframe = false;
|
||||
}
|
||||
|
||||
SrsSample::SrsSample(char* b, int s)
|
||||
{
|
||||
size = s;
|
||||
bytes = b;
|
||||
bframe = false;
|
||||
}
|
||||
|
||||
SrsSample::~SrsSample()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue