From 697ef4061c7f589f5e82f998652c6327d7e4863b Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 17 Feb 2016 09:38:36 -0500 Subject: [PATCH] added test against arbitrary large items in turtle search requests. --- libretroshare/src/turtle/p3turtle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libretroshare/src/turtle/p3turtle.h b/libretroshare/src/turtle/p3turtle.h index 80f854776..e5faca3bc 100644 --- a/libretroshare/src/turtle/p3turtle.h +++ b/libretroshare/src/turtle/p3turtle.h @@ -161,6 +161,7 @@ class ftDataMultiplex; class RsSerialiser; static const int TURTLE_MAX_SEARCH_DEPTH = 6 ; +static const int TURTLE_MAX_SEARCH_REQ_ACCEPTED_SERIAL_SIZE = 200 ; // This class is used to keep trace of requests (searches and tunnels). //