From 1e73c65c7b18ffcd5a8836fbc8384c21638faf48 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Tue, 4 Oct 2022 17:41:36 +0200 Subject: test: new packet format functional test with hiperf/libtransport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib6ca26e9ee1a042a72ac81da71493542e8b833e6 Ticket: HICN-774 Signed-off-by: Jordan Augé --- .../hicn/transport/interfaces/socket_options_default_values.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libtransport') 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 -- cgit 1.2.3-korg