commit | bdf78d69444f21ba1b83f16d799d296f22261ef8 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Fri Oct 28 13:20:10 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Fri Oct 28 13:40:13 2011 -0700 |
tree | 8e89a424929b803785c5b3beca9b0e3d73ef4501 | |
parent | ed8dda300ac8a5386f7a12ddf44012c338aa63ac [diff] |
some constants for bucket filtering were added here
diff --git a/model/ccnx.h b/model/ccnx.h index 7c90de9..7fc9217 100644 --- a/model/ccnx.h +++ b/model/ccnx.h
@@ -49,6 +49,11 @@ class i_mru {}; } +#define MILLI_SECOND 1 +#define SECOND 1000 +// default data size +#define NDN_DEFAULT_DATA_SIZE 1024 +#define NDN_INTEREST_RESET_PERIOD (10*MILLI_SECOND) /** * \defgroup ccnx NDN abstraction *