2017-01-31 6 views
0

私はns-3を初めて使い、ns-3で新しいシナリオを作成するときにContent Storeパラメータを使用する方法を理解できません。私はサイズを変え続けるが、結果ではあまり変わっていないようだ。どのようにコンテンツストアを効率的に使うべきですか?NS-3のContent Storeを使用

ndn::StackHelper ndnHelper; 
    ndnHelper.SetOldContentStore("ns3::ndn::cs::Lru", "MaxSize", "100"); 
    ndnHelper.InstallAll() 
+0

は問題がここで実際のMAX​​SIZEがある – mathieu

+0

が何であるかを把握するためにかなり役立つだろうすべてのノードの "バッファ"? – romi

答えて

0

Config::Set ("/NodeList/0/$ns3::ndn::ContentStore/MaxSize", UintegerValue (1)); // number after nodeList is global ID of the node (= node->GetId()) 
Config::Set ("/NodeList/1/$ns3::ndn::ContentStore/MaxSize", UintegerValue (2)); 
Config::Set ("/NodeList/2/$ns3::ndn::ContentStore/MaxSize", UintegerValue (200)); 

ソースとCSのサイズを変更しよう:実際には、ソースコードを含むhttp://www.lists.cs.ucla.edu/pipermail/ndnsim/2013-February/000080.html