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

List:       helix-protocol-cvs
Subject:    [Protocol-cvs] transport/rdt rdttran.cpp,1.11.2.6,1.11.2.7
From:       ehyche () helixcommunity ! org
Date:       2005-04-22 21:52:51
[Download RAW message or body]

Update of /cvsroot/protocol/transport/rdt
In directory cvs-new:/tmp/cvs-serv9346/transport/rdt

Modified Files:
      Tag: hxclient_1_5_0_cayenne
	rdttran.cpp 
Log Message:
Merge from HEAD.
Warning removals.
Contributed by: Alberto Meza (ameza@dextratech.com)


Index: rdttran.cpp
===================================================================
RCS file: /cvsroot/protocol/transport/rdt/rdttran.cpp,v
retrieving revision 1.11.2.6
retrieving revision 1.11.2.7
diff -u -d -r1.11.2.6 -r1.11.2.7
--- rdttran.cpp	5 Apr 2005 14:50:16 -0000	1.11.2.6
+++ rdttran.cpp	22 Apr 2005 21:52:49 -0000	1.11.2.7
@@ -1152,8 +1152,6 @@
             = pBasePacket->m_uReliableSeqNo;
     }
 
-    UINT32 ulTimeStamp = 0;
-
     /*
      *  Timestamp: use rtp timestamp as presentation
      *  timestamp, if available.
@@ -2141,12 +2139,10 @@
 
     if (m_ulBackToBackTime)
     {
-        UINT32 ulTime = ulTimeStamp - m_ulBackToBackTime;
         m_ulBackToBackTime = 0;
 
-        HX_ASSERT(ulTimeStamp >= m_ulBackToBackTime);
-
 #if 0
+        UINT32 ulTime = ulTimeStamp - m_ulBackToBackTime;
         /* Don't do this stuff for Mcast */
         /* Sanity Check */
         if (ulTime < 5000 && m_pBwMgrInput)
@@ -2389,7 +2385,6 @@
     BYTE* pData = pBuffer->GetBuffer() + *pPos;
     UINT32 ulTS = 0;
     IHXTimeStampedBuffer* pTSBuffer = NULL;
-    IHXAutoBWDetectionAdviseSink* pSink = NULL;
 
     if ((pOff = pkt.unpack(pData, *pLen)) != 0)
     {



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

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