diff options
author | 2019-05-29 19:09:25 +0200 | |
---|---|---|
committer | 2019-05-29 19:09:25 +0200 | |
commit | 088daca13076803f9e6e3a91f7b76bfc2aff6a33 (patch) | |
tree | 1fc68e2b9dbef57f1de86dba6f07457d77587d0f /hicn-plugin/src/params.h | |
parent | e7149a6893bb4df7380ce046cc98044b069b0f2d (diff) |
[HICN-209] Fixed the copy of packet with size less than 2 cache lines.
Change-Id: I05969411c2807c5e0fb434e08b216315cee8e9c1
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'hicn-plugin/src/params.h')
-rw-r--r-- | hicn-plugin/src/params.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/src/params.h b/hicn-plugin/src/params.h index 1ca9ba08b..5e9d20ab7 100644 --- a/hicn-plugin/src/params.h +++ b/hicn-plugin/src/params.h @@ -91,7 +91,7 @@ STATIC_ASSERT ((HICN_PARAM_PIT_ENTRY_PHOPS_MAX <= HICN_PARAM_FACES_MAX), #define HICN_PARAM_CS_LIFETIME_MAX (24 * 3600 * 1000) //24 hours... /* CS reserved portion for applications */ -#define HICN_PARAM_CS_RESERVED_APP 30 //% +#define HICN_PARAM_CS_RESERVED_APP 50 //% /* Cloning parameters */ /* ip4 */ |