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

for bug #248, rename SrsBuffer to SrsFastBuffer.

This commit is contained in:
winlin 2014-12-04 11:32:32 +08:00
parent 0ea8cd9e84
commit 8423974e3b
6 changed files with 23 additions and 23 deletions

View file

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