[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.13.36.2,
From:       jzeng () helixcommunity ! org
Date:       2009-05-31 3:38:51
Message-ID: 20090531044329.6A38330E82F () pukcab ! korelogic ! com
[Download RAW message or body]

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

Modified Files:
      Tag: SERVER_13_0
	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.13.36.2
retrieving revision 1.13.36.2.2.1
diff -u -d -r1.13.36.2 -r1.13.36.2.2.1
--- qos_tran_rdt_metrics.cpp	25 Feb 2009 18:28:20 -0000	1.13.36.2
+++ qos_tran_rdt_metrics.cpp	31 May 2009 03:38:48 -0000	1.13.36.2.2.1
@@ -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