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

rename SrsSimpleBuffer to SrsSimpleStream

This commit is contained in:
winlin 2015-09-22 08:59:52 +08:00
parent dadfe101b4
commit 4f3d2c8607
12 changed files with 28 additions and 28 deletions

View file

@ -78,9 +78,9 @@ public:
int64_t recv_bytes;
int64_t send_bytes;
// data source for socket read.
SrsSimpleBuffer in_buffer;
SrsSimpleStream in_buffer;
// data buffer for socket send.
SrsSimpleBuffer out_buffer;
SrsSimpleStream out_buffer;
public:
MockBufferIO();
virtual ~MockBufferIO();