mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix dead links
This commit is contained in:
parent
4e64c66e02
commit
b807ef9049
6 changed files with 0 additions and 13 deletions
|
|
@ -2930,7 +2930,6 @@ srs_error_t SrsConfig::check_number_connections()
|
|||
int nb_canbe = max_open_files - nb_consumed_fds - 1;
|
||||
|
||||
// for each play connections, we open a pipe(2fds) to convert SrsConsumver to io,
|
||||
// refine performance, @see: https://github.com/ossrs/srs/issues/194
|
||||
if (nb_total >= max_open_files) {
|
||||
srs_error("invalid max_connections=%d, required=%d, system limit to %d, "
|
||||
"total=%d(max_connections=%d, nb_consumed_fds=%d). "
|
||||
|
|
|
|||
|
|
@ -743,7 +743,6 @@ srs_error_t SrsRtmpConn::do_playing(SrsLiveSource* source, SrsLiveConsumer* cons
|
|||
|
||||
#ifdef SRS_PERF_QUEUE_COND_WAIT
|
||||
// wait for message to incoming.
|
||||
// @see https://github.com/ossrs/srs/issues/251
|
||||
// @see https://github.com/ossrs/srs/issues/257
|
||||
consumer->wait(mw_msgs, mw_sleep);
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ public:
|
|||
|
||||
#ifdef SRS_PERF_QUEUE_FAST_VECTOR
|
||||
// To alloc and increase fixed space, fast remove and insert for msgs sender.
|
||||
// @see https://github.com/ossrs/srs/issues/251
|
||||
class SrsFastVector
|
||||
{
|
||||
private:
|
||||
|
|
@ -177,7 +176,6 @@ private:
|
|||
bool should_update_source_id;
|
||||
#ifdef SRS_PERF_QUEUE_COND_WAIT
|
||||
// The cond wait for mw.
|
||||
// @see https://github.com/ossrs/srs/issues/251
|
||||
srs_cond_t mw_wait;
|
||||
bool mw_waiting;
|
||||
int mw_min_msgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue