[otlayout] Increase MAX_CONTEXT_LENGTH

It's cheap.
This commit is contained in:
Behdad Esfahbod 2013-10-17 13:52:51 +02:00
parent e714fe6d6a
commit ba6ddc421e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace OT {
#define NOT_COVERED ((unsigned int) -1)
#define MAX_NESTING_LEVEL 8
#define MAX_CONTEXT_LENGTH 32
#define MAX_CONTEXT_LENGTH 64