删除废代码

This commit is contained in:
xiongziliang 2018-03-14 11:30:14 +08:00
parent 03c04ea6a4
commit d310978c21

View File

@ -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();
}