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