From 7b9d10888594ca9fe1114309e53c0dea9089085b Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Mon, 11 Jul 2016 16:58:21 +0300 Subject: NAT seq num randomization fully working --- src/trex_defs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/trex_defs.h') diff --git a/src/trex_defs.h b/src/trex_defs.h index bbf3f3ba..9abb38f5 100644 --- a/src/trex_defs.h +++ b/src/trex_defs.h @@ -35,6 +35,9 @@ limitations under the License. #define UINT16_MAX 0xFFFF #endif +#ifndef UINT64_MAX + #define UINT64_MAX 0xFFFFFFFFFFFFFFFF +#endif typedef std::set flow_stat_active_t; typedef std::set::iterator flow_stat_active_it_t; -- cgit 1.2.3-korg