commit | aa1154b230b734b550e6da9515ac7341d9b66710 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Wed Nov 16 16:30:11 2011 -0800 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Wed Nov 16 16:30:11 2011 -0800 |
tree | 555cb73a26003ebb95b16f2b56d78f6665059a50 | |
parent | 8c193dc9c0a63ec9b1e2f31776578145b7a2c1fa [diff] [blame] |
fix of best route strategy
diff --git a/model/ccnx-pit.cc b/model/ccnx-pit.cc index 8fd21e0..7e57b19 100644 --- a/model/ccnx-pit.cc +++ b/model/ccnx-pit.cc
@@ -140,6 +140,7 @@ if((face->IsLocal() == false) && (m_bucketsPerFace[face->GetId()]+1.0 >= maxBucketsPerFace[face->GetId()] )) { + NS_LOG_INFO("********LIMIT**************"); return false; }