mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-10-31 00:37:39 +08:00
update
This commit is contained in:
parent
20344feec0
commit
fcfb434cf2
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user