mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, enable REUSEPORT to increase UDP buffer
This commit is contained in:
parent
a7f2bde8e2
commit
78aad11eeb
6 changed files with 54 additions and 10 deletions
|
@ -233,7 +233,7 @@ class SrsRtcServer : virtual public ISrsUdpMuxHandler, virtual public ISrsHourGl
|
|||
virtual public ISrsCoroutineHandler, virtual public ISrsReloadHandler
|
||||
{
|
||||
private:
|
||||
SrsUdpMuxListener* listener;
|
||||
std::vector<SrsUdpMuxListener*> listeners;
|
||||
SrsHourGlass* timer;
|
||||
private:
|
||||
SrsCoroutine* trd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue