From 76537a5149de2198d4888e907c81f1610c0ac82a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 19 Dec 2012 13:27:56 +0000 Subject: [PATCH] - make fixed prefix 20 bytes long -> 16 initial states (24 byte regex prefix) --- src/include/gnunet_applications.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h index 142194ec0..6702feb5f 100644 --- a/src/include/gnunet_applications.h +++ b/src/include/gnunet_applications.h @@ -69,7 +69,7 @@ extern "C" * Internet exit regex prefix. Consisting of application ID, followed by version * and padding. */ -#define GNUNET_APPLICATION_TYPE_EXIT_REGEX_PREFIX "GNEX0001PADPADPA" +#define GNUNET_APPLICATION_TYPE_EXIT_REGEX_PREFIX "GNUNET-VPN-VER-0001-" #if 0 /* keep Emacsens' auto-indent happy */ -- 2.25.1