mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-17 23:37:49 +08:00
删除重复代码
This commit is contained in:
parent
38fd547b08
commit
9dfb275ad5
@ -728,7 +728,6 @@ bool RtspSession::handleReq_Play(const Parser &parser) {
|
|||||||
_enableSendRtp = true;
|
_enableSendRtp = true;
|
||||||
|
|
||||||
//提高发送性能
|
//提高发送性能
|
||||||
(*this) << SocketFlags(kSockFlags);
|
|
||||||
SockUtil::setNoDelay(_sock->rawFD(),false);
|
SockUtil::setNoDelay(_sock->rawFD(),false);
|
||||||
(*this) << SocketFlags(kSockFlags);
|
(*this) << SocketFlags(kSockFlags);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user