mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Refine the SRT socket code.
This commit is contained in:
parent
6c94e91792
commit
492e3a888c
2 changed files with 72 additions and 62 deletions
|
@ -36,10 +36,6 @@ SrsConfig* _srs_config = NULL;
|
|||
SrsServer* _srs_server = NULL;
|
||||
bool _srs_in_docker = false;
|
||||
|
||||
#ifdef SRS_SRT
|
||||
SrsSrtEventLoop* _srt_eventloop = NULL;
|
||||
#endif
|
||||
|
||||
#include <srs_app_st.hpp>
|
||||
|
||||
// Initialize global settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue