- make fixed prefix 20 bytes long -> 16 initial states (24 byte regex prefix)
authorBart Polot <bart@net.in.tum.de>
Wed, 19 Dec 2012 13:27:56 +0000 (13:27 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 19 Dec 2012 13:27:56 +0000 (13:27 +0000)
src/include/gnunet_applications.h

index 142194ec0f42d7b364f321ff3ca625c648aaa15c..6702feb5f8236a1532f7e83f99707a61f7ee5e31 100644 (file)
@@ -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 */