Commit d310978c by xiongziliang

删除废代码

parent 03c04ea6
......@@ -70,12 +70,6 @@ RtspSession::RtspSession(const std::shared_ptr<ThreadPool> &pTh, const Socket::P
g_mapCmd.emplace("GET_PARAMETER",&RtspSession::handleReq_SET_PARAMETER);
}, []() {});
#ifndef __x86_64__
SockUtil::setSendBuf(pSock->rawFD(), 32*1024);
SockUtil::setCloseWait(pSock->rawFD(), 0);
pSock->setSendPktSize(32);
#endif//__x86_64__
DebugL << get_peer_ip();
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论