diff -r fa67e03b87df -r 6295dc2169f3 connectivitylayer/isce/p2prouter_dll/src/p2prouter.cpp --- a/connectivitylayer/isce/p2prouter_dll/src/p2prouter.cpp Wed Feb 17 13:58:55 2010 +0200 +++ b/connectivitylayer/isce/p2prouter_dll/src/p2prouter.cpp Wed Apr 21 14:29:55 2010 +0300 @@ -309,7 +309,7 @@ } // TODO:do more clever way to create links. // Configuration of links. - iLinksArray[ EP2PRpc ] = MP2PRouterLinkIf::CreateLinkF( this, EP2PRpc, ETrxTest ); + iLinksArray[ EP2PRpc ] = MP2PRouterLinkIf::CreateLinkF( this, EP2PRpc, ETrxSharedMemory ); iLinksArray[ EP2PTest ] = MP2PRouterLinkIf::CreateLinkF( this, EP2PTest, ETrxTest ); iLinksArray[ EP2PTest2 ] = MP2PRouterLinkIf::CreateLinkF( this, EP2PTest2, ETrxTest ); iTrxPrecentDfc = new TDfc( TrxPrecentDfc, this, iP2PDfcQueList[ MP2PChRouterIf::EP2PDfcThread ], KDfcPriority );