X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fstack%2Finclude%2Focstackconfig.h;h=d1463eb62ddc034df1b45792a63dbfc5414a874d;hb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;hp=0213def8e7ca2606f2cb81c828bdd911cc7f8cad;hpb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/stack/include/ocstackconfig.h b/resource/csdk/stack/include/ocstackconfig.h index 0213def..d1463eb 100644 --- a/resource/csdk/stack/include/ocstackconfig.h +++ b/resource/csdk/stack/include/ocstackconfig.h @@ -33,14 +33,14 @@ * Maximum length of the response supported by Server for any REST request. * The actual repsonse length is 256 for Arduino and 1024 for other platforms. * Note that the stack will add a prefix and suffix to the payload. - * Prefix : {"oc":[ + * Prefix : {"oic":[ * Suffix : ]} - * They have a combined size of 9 bytes. + * They have a combined size of 10 bytes. */ #ifdef WITH_ARDUINO -#define MAX_RESPONSE_LENGTH (247) +#define MAX_RESPONSE_LENGTH (256) #else -#define MAX_RESPONSE_LENGTH (1015) +#define MAX_RESPONSE_LENGTH (1024) #endif /**