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é --- lib/includes/hicn/base.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/includes') diff --git a/lib/includes/hicn/base.h b/lib/includes/hicn/base.h index 2c80d42e6..dcbe47877 100644 --- a/lib/includes/hicn/base.h +++ b/lib/includes/hicn/base.h @@ -137,6 +137,10 @@ int hicn_packet_format_snprintf (char *s, size_t size, #define HICN_PACKET_FORMAT_NONE \ HICN_PACKET_FORMAT (IPPROTO_NONE, IPPROTO_NONE, IPPROTO_NONE, IPPROTO_NONE) +/* Default packet format */ + +#define HICN_PACKET_FORMAT_DEFAULT HICN_PACKET_FORMAT_IPV6_TCP + /** * @brief Return the hICN format with an additional AH header * @param [in] format - hICN packet format -- cgit 1.2.3-korg