1
0
Fork 0
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:
winlin 2022-05-28 17:18:39 +08:00
parent 6c94e91792
commit 492e3a888c
2 changed files with 72 additions and 62 deletions

View file

@ -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.