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

Cover protocol stack RTMP. 3.0.63

This commit is contained in:
winlin 2019-11-05 10:17:06 +08:00
parent 918a2943c9
commit ce8f778fe6
3 changed files with 85 additions and 10 deletions

View file

@ -79,6 +79,10 @@ public:
SrsSimpleStream in_buffer;
// data buffer for socket send.
SrsSimpleStream out_buffer;
public:
// Mock error for io.
srs_error_t in_err;
srs_error_t out_err;
public:
MockBufferIO();
virtual ~MockBufferIO();