mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add performance header to control options for performance. 2.0.50
This commit is contained in:
parent
fd5ef89030
commit
60bc9c2aa0
15 changed files with 167 additions and 25 deletions
|
@ -78,9 +78,9 @@ public:
|
|||
int64_t recv_bytes;
|
||||
int64_t send_bytes;
|
||||
// data source for socket read.
|
||||
SrsFastBuffer in_buffer;
|
||||
SrsSimpleBuffer in_buffer;
|
||||
// data buffer for socket send.
|
||||
SrsFastBuffer out_buffer;
|
||||
SrsSimpleBuffer out_buffer;
|
||||
public:
|
||||
MockBufferIO();
|
||||
virtual ~MockBufferIO();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue