From 8044cc6fa1b6c3fd1c687f9aee338b5886be9c70 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 20 Oct 2016 09:12:42 -0400 Subject: [PATCH] remove compile-time configuration --- config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.h b/config.h index 9fddb52de..087f7b3f9 100644 --- a/config.h +++ b/config.h @@ -24,9 +24,6 @@ #define DEFAULT_VALUES 64 #define DEFAULT_QUEUELEN 1024 -/** Whether or not to send / receive timestamp & sequence number as first values of payload */ -#define GTNET_SKT_HEADER 0 - /** Width of log output in characters */ #define LOG_WIDTH 132