mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine comments
This commit is contained in:
parent
237c1e4d3d
commit
1ee77614fb
3 changed files with 9 additions and 9 deletions
2
trunk/3rdparty/st-srs/io.c
vendored
2
trunk/3rdparty/st-srs/io.c
vendored
|
@ -112,7 +112,7 @@ int _st_io_init(void)
|
|||
/**
|
||||
* by SRS, for osx.
|
||||
* when rlimit max is negative, for example, osx, use cur directly.
|
||||
* @see https://github.com/winlinvip/simple-rtmp-server/issues/336
|
||||
* @see https://github.com/ossrs/srs/issues/336
|
||||
*/
|
||||
if ((int)rlim.rlim_max < 0) {
|
||||
_st_osfd_limit = (int)(fdlim > 0? fdlim : rlim.rlim_cur);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue