diff -r 2cdd984ec527 -r 654ed625511d realtimenetprots/rtp/cfrtp/src/rtpflowfactory.cpp --- a/realtimenetprots/rtp/cfrtp/src/rtpflowfactory.cpp Mon Jun 21 16:03:44 2010 +0300 +++ b/realtimenetprots/rtp/cfrtp/src/rtpflowfactory.cpp Thu Jul 15 19:02:22 2010 +0300 @@ -96,7 +96,7 @@ protocolDescription->iServiceInfo = KSIConnectionLess | KSIDatagram | KSIGracefulClose | KSIPeekData | KSIRequiresOwnerInfo; - protocolDescription->iNamingServices = KNSNameResolution | KNSRequiresConnectionStartup; + protocolDescription->iNamingServices = 0; protocolDescription->iSecurity = KSocketNoSecurity; protocolDescription->iMessageSize = 65536-128; /*KSocketMessageSizeUndefined;*/ protocolDescription->iServiceTypeInfo = ESocketSupport | ETransport | @@ -116,7 +116,7 @@ protocolDescription->iServiceInfo = KSIConnectionLess | KSIDatagram | KSIGracefulClose | KSIPeekData | KSIRequiresOwnerInfo; - protocolDescription->iNamingServices = KNSNameResolution | KNSRequiresConnectionStartup; + protocolDescription->iNamingServices = 0; protocolDescription->iSecurity = KSocketNoSecurity; protocolDescription->iMessageSize = 65536-128; /*KSocketMessageSizeUndefined;*/ protocolDescription->iServiceTypeInfo = ESocketSupport | ETransport |