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

List:       helix-protocol-cvs
Subject:    [Protocol-cvs] rtsp/pub rtspbase.h,1.17,1.18 rtspclnt.h,1.99,1.100
From:       cdunn () helixcommunity ! org
Date:       2008-01-24 20:39:31
Message-ID: 200801242040.m0OKe3n9016432 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/protocol/rtsp/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv22062/pub

Modified Files:
	rtspbase.h rtspclnt.h 
Log Message:
Increase size of the queue for handling embedded UI.

Index: rtspclnt.h
===================================================================
RCS file: /cvsroot/protocol/rtsp/pub/rtspclnt.h,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- rtspclnt.h	1 Nov 2007 02:28:41 -0000	1.99
+++ rtspclnt.h	24 Jan 2008 20:39:28 -0000	1.100
@@ -78,7 +78,7 @@
 class RTSPRedirectMessage;
 class RTSPParser;
 class RTSPClientProtocol;
-class CByteGrowingQueue;
+class CBigByteGrowingQueue;
 class HXMutex;
 class MIMEHeader;
 class PipelinedDescribeLogic;
@@ -410,7 +410,7 @@
     IHXNetServices*                 m_pNetServices;
     IHXSocket*                      m_pSocket;
     UINT32                          m_ulLastSeqNo;
-    CByteGrowingQueue*              m_pInQueue;
+    CBigByteGrowingQueue*           m_pInQueue;
     RTSPParser*                     m_pParser;
     HXBOOL                          m_bSessionDone;
     HXBOOL                          m_bSetSessionCalled;

Index: rtspbase.h
===================================================================
RCS file: /cvsroot/protocol/rtsp/pub/rtspbase.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- rtspbase.h	6 Jul 2007 20:51:36 -0000	1.17
+++ rtspbase.h	24 Jan 2008 20:39:28 -0000	1.18
@@ -54,7 +54,11 @@
 #include "hxslist.h"
 
 const UINT16 MAX_RTSP_MSG   = 4096;             // XXXBAB adjust this
+#if defined(HELIX_FEATURE_EMBEDDED_UI)
+const UINT32 MAX_QUEUE_SIZE = (UINT32)0x1ffff;
+#else
 const UINT16 MAX_QUEUE_SIZE = (UINT16)0x7fff;   // XXXGLENN adjust this
+#endif
 const UINT32 MAX_RECVBUF_SIZE = 1000000;
 
 struct RTSPRequireOptions


_______________________________________________
Protocol-cvs mailing list
Protocol-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/protocol-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

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