From 75505c949c9eaa65098177f54db53547961a1c19 Mon Sep 17 00:00:00 2001 From: SunnyQjm Date: Fri, 6 Dec 2019 15:38:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E6=8B=A5=E5=A1=9E?= =?UTF-8?q?=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ndn_rtp/ndn_rtpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndn_rtp/ndn_rtpc.cpp b/ndn_rtp/ndn_rtpc.cpp index 5a33e64..55ab0f1 100644 --- a/ndn_rtp/ndn_rtpc.cpp +++ b/ndn_rtp/ndn_rtpc.cpp @@ -85,7 +85,7 @@ void ndn_rtpc::onData_detect(const Interest& interest , const Data& data){ recvList.setFrontIndicate(seq) ; // cout << "start_time = " << start_time << endl ; if(this->pkt_seq == -1) this->pkt_seq = seq ; - while(this->pkt_seq < seq + 4){ + while(this->pkt_seq < seq + 2){ string name = prefix+"/"+start_time + "/"+ to_string(pkt_seq) ; myExpressInterest(name, 100) ; this->pkt_seq ++ ;