added test against arbitrary large items in turtle search requests.

This commit is contained in:
csoler 2016-02-17 09:38:36 -05:00
parent 51d90a4ef4
commit 697ef4061c

View File

@ -161,6 +161,7 @@ class ftDataMultiplex;
class RsSerialiser; class RsSerialiser;
static const int TURTLE_MAX_SEARCH_DEPTH = 6 ; 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). // This class is used to keep trace of requests (searches and tunnels).
// //