mirror of
https://github.com/SunnyQjm/ndn_ffmpeg_rtc.git
synced 2026-06-05 23:49:36 +08:00
fix: 调整拥塞窗口
This commit is contained in:
@@ -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 ++ ;
|
||||
|
||||
Reference in New Issue
Block a user