commit | d83eb0d4a2292ae870785811035f3d2173618167 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Wed Nov 16 15:23:46 2011 -0800 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Wed Nov 16 15:23:46 2011 -0800 |
tree | ec9f84da02d2c79de41766e99e216700ed53c978 | |
parent | 19dbcf3072dcbf83e9595b2f210e271ad1becaf0 [diff] [blame] |
I think congestion works
diff --git a/helper/ccnx-stack-helper.cc b/helper/ccnx-stack-helper.cc index e045dcd..7215c63 100644 --- a/helper/ccnx-stack-helper.cc +++ b/helper/ccnx-stack-helper.cc
@@ -233,7 +233,9 @@ } m_forwardingHelper.SetForwarding (ccnx, pit); - + + ccnx->ScheduleLeakage (); + return faces; }