Merge branch 'cloud-interface'
[platform/upstream/iotivity.git] / resource / csdk / stack / include / ocstackconfig.h
index ab0fc29..96afa7a 100644 (file)
  * Maximum length of the URI supported by client/server while processing
  * REST requests/responses.
  */
-#define MAX_URI_LENGTH (64)
+#define MAX_URI_LENGTH (256)
 
 /**
  * Maximum length of the query supported by client/server while processing
  * REST requests/responses.
  */
-#define MAX_QUERY_LENGTH (64)
+#define MAX_QUERY_LENGTH (256)
 
 /**
  * Maximum length of the Manufacturer name supported by the server
  *  Maximum number of vendor specific header options an application can set or receive
  *  in PDU
  */
-#define MAX_HEADER_OPTIONS (2)
+#define MAX_HEADER_OPTIONS (100)
 
 /**
  *  Maximum Length of the vendor specific header option
  */
-#define MAX_HEADER_OPTION_DATA_LENGTH (16)
+#define MAX_HEADER_OPTION_DATA_LENGTH (20)
 
 /**
  * Sets the time to live (TTL) for response callback(s).