[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] qos/transport qos_tran_rdt_metrics.cpp,1.15,1.16
From:       jzeng () helixcommunity ! org
Date:       2009-05-31 3:40:07
Message-ID: 20090531044445.1A58930E833 () pukcab ! korelogic ! com
[Download RAW message or body]

Update of /cvsroot/server/qos/transport
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv12754

Modified Files:
	qos_tran_rdt_metrics.cpp 
Log Message:
Synopsis
========
fix the bug that rdt doesn't report packet loss
Branches:  head, server_13_0 
Suggested Reviewer: anyone 

Description
===========
A checkin without CR caused this :->


Files Affected
==============
qos/transport/qos_tran_rdt_metrics.cpp

Testing Performed
=================

Unit Tests:
None.

Integration Tests:
Verify rdt now reports packet loss.

Leak Tests:
None.

Performance Tests:
- None

Platforms Tested: linux-rhel4-i686
Build verified: linux-rhel4-i686


Index: qos_tran_rdt_metrics.cpp
===================================================================
RCS file: /cvsroot/server/qos/transport/qos_tran_rdt_metrics.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- qos_tran_rdt_metrics.cpp	25 Feb 2009 18:32:12 -0000	1.15
+++ qos_tran_rdt_metrics.cpp	31 May 2009 03:40:05 -0000	1.16
@@ -113,7 +113,7 @@
      * NAKd already, when doing an Update() we will not count it as a NAKd
      * pkt.
      */
-    pStreamInfo->m_pPktHistory[index].m_bIncomingLostPkt = TRUE;
+    pStreamInfo->m_pPktHistory[index].m_bIncomingLostPkt = bIncomingLostPkt;
     pStreamInfo->m_pPktHistory[index].m_bNAKd = FALSE;
 }
 


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic