client-c  0.8.1
cc32xx_defaults.h
Go to the documentation of this file.
1 
18 #ifndef CC32XX_DEFAULTS_H_
19 #define CC32XX_DEFAULTS_H_
20 
21 #define KAA_TCP_CHANNEL_IN_BUFFER_SIZE 2048
22 #define KAA_TCP_CHANNEL_OUT_BUFFER_SIZE 8192
23 
24 #define KAA_TCP_CHANNEL_MAX_TIMEOUT 200u
25 #define KAA_TCP_CHANNEL_PING_TIMEOUT (KAA_TCP_CHANNEL_MAX_TIMEOUT / 2)
26 
27 #define KAATCP_PARSER_MAX_MESSAGE_LENGTH 8 * 1024
28 #define KAA_MAX_LOG_MESSAGE_LENGTH 512
29 
30 #endif /* CC32XX_DEFAULTS_H_ */