diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2022-10-04 17:41:36 +0200 |
---|---|---|
committer | Jordan Augé <jordan.auge+fdio@cisco.com> | 2022-10-05 15:11:45 +0200 |
commit | 1e73c65c7b18ffcd5a8836fbc8384c21638faf48 (patch) | |
tree | 487fc2ecc484f53052ba1d6ca97433bcd9e39aa8 /libtransport | |
parent | 3476dd9ddecc87d9212c3bf56a5be52079e27def (diff) |
test: new packet format functional test with hiperf/libtransport
Change-Id: Ib6ca26e9ee1a042a72ac81da71493542e8b833e6
Ticket: HICN-774
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
Diffstat (limited to 'libtransport')
-rw-r--r-- | libtransport/includes/hicn/transport/interfaces/socket_options_default_values.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libtransport/includes/hicn/transport/interfaces/socket_options_default_values.h b/libtransport/includes/hicn/transport/interfaces/socket_options_default_values.h index 11edae193..5558197f8 100644 --- a/libtransport/includes/hicn/transport/interfaces/socket_options_default_values.h +++ b/libtransport/includes/hicn/transport/interfaces/socket_options_default_values.h @@ -34,13 +34,8 @@ namespace interface { namespace default_values { // Packet format -// #define NEW_PACKET_FORMAT static constexpr hicn_packet_format_t packet_format = -#ifdef NEW_PACKET_FORMAT - HICN_PACKET_FORMAT_NEW; -#else - HICN_PACKET_FORMAT_IPV6_TCP; -#endif + HICN_PACKET_FORMAT_DEFAULT; // Parameters static const uint32_t interest_lifetime = 1001; // milliseconds |