From 797450612907487ab8953b3c4886b50d81718282 Mon Sep 17 00:00:00 2001 From: "771730766@qq.com" Date: Tue, 30 Jan 2018 15:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=BC=96=E8=AF=91=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Rtsp/RtspSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rtsp/RtspSession.h b/src/Rtsp/RtspSession.h index 424af0ca..c04da5c7 100644 --- a/src/Rtsp/RtspSession.h +++ b/src/Rtsp/RtspSession.h @@ -91,7 +91,7 @@ private: int send(const char *pcBuf, int iSize) override { return m_pSender->send(pcBuf, iSize); } - int send(const Socket::Buffer::Ptr &pkt){ + int send(const Socket::Buffer::Ptr &pkt) override{ return m_pSender->send(pkt,SOCKET_DEFAULE_FLAGS | FLAG_MORE); } void shutdown() override;