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:
parent
0ea8cd9e84
commit
8423974e3b
6 changed files with 23 additions and 23 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue