X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fstack%2Finclude%2Focstackconfig.h;h=96afa7ab3957351937384493a689a030fd2da688;hb=8cb3267080d8a9785ca83b60460c5e980d4626d8;hp=ab0fc29d7e57fb1277dd322889d40734d37ac067;hpb=ef100c827ac12e15dbd51bc32df1c448646c3438;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/stack/include/ocstackconfig.h b/resource/csdk/stack/include/ocstackconfig.h index ab0fc29..96afa7a 100644 --- a/resource/csdk/stack/include/ocstackconfig.h +++ b/resource/csdk/stack/include/ocstackconfig.h @@ -33,13 +33,13 @@ * 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 @@ -63,12 +63,12 @@ * 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).