Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2016-10-10 11:56:10 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
112d98ffdb6e1500b78e588c3a48aaf01b093a74
112d98ff
2 parents
7deda937
d6fc289c
merge srs2.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
7 行删除
trunk/src/app/srs_app_listener.cpp
trunk/src/core/srs_core.hpp
trunk/src/app/srs_app_listener.cpp
100644 → 100755
查看文件 @
112d98f
...
...
@@ -193,15 +193,10 @@ SrsTcpListener::SrsTcpListener(ISrsTcpHandler* h, string i, int p)
SrsTcpListener
::~
SrsTcpListener
()
{
// close the stfd to trigger thread to interrupted.
srs_close_stfd
(
_stfd
);
pthread
->
stop
();
srs_freep
(
pthread
);
// st does not close it sometimes,
// close it manually.
close
(
_fd
);
srs_close_stfd
(
_stfd
);
}
int
SrsTcpListener
::
fd
()
...
...
trunk/src/core/srs_core.hpp
查看文件 @
112d98f
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR 3
#define VERSION_MINOR 0
#define VERSION_REVISION 21
8
#define VERSION_REVISION 21
9
// generated by configure, only macros.
#include <srs_auto_headers.hpp>
...
...
请
注册
或
登录
后发表评论