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

add comments for bug #194, #196

This commit is contained in:
winlin 2014-11-13 17:29:56 +08:00
parent 38a683192a
commit f11272e3ce
2 changed files with 10 additions and 3 deletions

View file

@ -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;