ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
24.86k stars 5.29k forks source link

if exceed max connections, origin server accept cannot work #3797

Open yangkang2021 opened 10 months ago

yangkang2021 commented 10 months ago

In the scenario of SRS edge returning to the source station, if the number of returns exceeds the maximum number of connections at the source station for a period of time, the source station's accept function will not work, telnet will not connect, and netstat is in listen mode. Version: SRS/4.0.247(Leo)

TRANS_BY_GPT4

winlinvip commented 9 months ago

We can take a look at this question.

TRANS_BY_GPT4