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

List:       helix-protocol-cvs
Subject:    [Protocol-cvs] rtsp rtspclnt.cpp,1.131,1.132
From:       ping () helixcommunity ! org
Date:       2004-11-24 21:32:18
[Download RAW message or body]

Update of /cvsroot/protocol/rtsp
In directory cvs-new:/tmp/cvs-serv22162

Modified Files:
	rtspclnt.cpp 
Log Message:
use DEFAULT ABD packet and packet size



Index: rtspclnt.cpp
===================================================================
RCS file: /cvsroot/protocol/rtsp/rtspclnt.cpp,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- rtspclnt.cpp	22 Nov 2004 18:31:17 -0000	1.131
+++ rtspclnt.cpp	24 Nov 2004 21:32:16 -0000	1.132
@@ -4022,12 +4022,12 @@
         {
             char szValue[MAX_DISPLAY_NAME];
             
-            // MAX_ABD_PROBPKT & MAX_ABD_PROBPKT_SIZE are defined
+            // DEFAULT_ABD_PROBPKT & DEFAULT_ABD_PROBPKT_SIZE are defined
             // in common/include/protdefs.h
             pMsg->addHeader("AutoBWDetection", "1");
-            sprintf(szValue, "%lu", MAX_ABD_PROBPKT); /* Flawfinder: ignore */
+            sprintf(szValue, "%lu", DEFAULT_ABD_PROBPKT); /* Flawfinder: ignore */
             pMsg->addHeader("AutoBWDetectionPackets", szValue);
-            sprintf(szValue, "%lu", MAX_ABD_PROBPKT_SIZE); /* Flawfinder: ignore */
+            sprintf(szValue, "%lu", DEFAULT_ABD_PROBPKT_SIZE); /* Flawfinder: ignore */
             pMsg->addHeader("AutoBWDetectionPacketSize", szValue);
         }
 



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

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