mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
38a683192a
commit
f11272e3ce
2 changed files with 10 additions and 3 deletions
|
|
@ -212,7 +212,9 @@ private:
|
|||
// peer out
|
||||
private:
|
||||
/**
|
||||
* cache for multiple messages send
|
||||
* cache for multiple messages send,
|
||||
* initialize to iovec[SRS_CONSTS_IOVS_MAX] and realloc when consumed,
|
||||
* it's ok to realloc the iovs cache, for all ptr is ok.
|
||||
*/
|
||||
iovec* out_iovs;
|
||||
int nb_out_iovs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue