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

List:       helix-client-cvs
Subject:    [Client-cvs] common/netio preftran.cpp,1.41,1.42
From:       milko () helixcommunity ! org
Date:       2007-07-31 23:34:11
Message-ID: 200707312334.l6VNYiwH028915 () dommarcmx ! xen ! 10east ! com
[Download RAW message or body]

Update of /cvsroot/client/common/netio
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv28918

Modified Files:
	preftran.cpp 
Log Message:
Corrected preference setting for preferred transport.


Index: preftran.cpp
===================================================================
RCS file: /cvsroot/client/common/netio/preftran.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- preftran.cpp	6 Jul 2007 21:57:58 -0000	1.41
+++ preftran.cpp	31 Jul 2007 23:34:09 -0000	1.42
@@ -717,10 +717,10 @@
     {
 	ulTransportMask = ATTEMPT_AUTOTRANSPORT;
 
-        WritePrefUINT32(m_pPreferences, \
bRTSPProtocol?"AttemptRTSPvMulticast":"AttemptPNAvMulticast", \
                (HXBOOL)(ulTransportMask & ATTEMPT_MULTICAST));
-        WritePrefUINT32(m_pPreferences, \
bRTSPProtocol?"AttemptRTSPvUDP":"AttemptPNAvUDP", (HXBOOL)(ulTransportMask & \
                ATTEMPT_UDP));
-        WritePrefUINT32(m_pPreferences, \
bRTSPProtocol?"AttemptRTSPvTCP":"AttemptPNAvTCP", (HXBOOL)(ulTransportMask & \
                ATTEMPT_TCP));
-        WritePrefUINT32(m_pPreferences, \
bRTSPProtocol?"AttemptRTSPvHTTP":"AttemptPNAvHTTP", (HXBOOL)(ulTransportMask & \
ATTEMPT_HTTPCLOAK)); +        WritePrefUINT32(m_pContext, \
bRTSPProtocol?"AttemptRTSPvMulticast":"AttemptPNAvMulticast", \
(HXBOOL)(ulTransportMask & ATTEMPT_MULTICAST)); +        WritePrefUINT32(m_pContext, \
bRTSPProtocol?"AttemptRTSPvUDP":"AttemptPNAvUDP", (HXBOOL)(ulTransportMask & \
ATTEMPT_UDP)); +        WritePrefUINT32(m_pContext, \
bRTSPProtocol?"AttemptRTSPvTCP":"AttemptPNAvTCP", (HXBOOL)(ulTransportMask & \
ATTEMPT_TCP)); +        WritePrefUINT32(m_pContext, \
bRTSPProtocol?"AttemptRTSPvHTTP":"AttemptPNAvHTTP", (HXBOOL)(ulTransportMask & \
ATTEMPT_HTTPCLOAK));  }
     else
     {


_______________________________________________
Client-cvs mailing list
Client-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/client-cvs


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

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