Commit fcfb434c by xzl

update

parent 20344fee
...@@ -56,7 +56,7 @@ RtspSession::RtspSession(const std::shared_ptr<ThreadPool> &pTh, const Socket::P ...@@ -56,7 +56,7 @@ RtspSession::RtspSession(const std::shared_ptr<ThreadPool> &pTh, const Socket::P
#ifndef __x86_64__ #ifndef __x86_64__
SockUtil::setSendBuf(pSock->rawFD(), 32*1024); SockUtil::setSendBuf(pSock->rawFD(), 32*1024);
SockUtil::setCloseWait(pSock->rawFD(), 0); SockUtil::setCloseWait(pSock->rawFD(), 0);
pSock->setTcpBufSize(32*1024); pSock->setSendPktSize(32);
#endif//__x86_64__ #endif//__x86_64__
DebugL << getPeerIp(); DebugL << getPeerIp();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论