summaryrefslogtreecommitdiff
path: root/src/lib/dlt_client_cfg.h
diff options
context:
space:
mode:
authorManikandan C <mchockalingam@de.adit-jv.com>2018-11-12 14:01:47 +0100
committerChristoph Lipka <clipka@users.noreply.github.com>2018-11-23 11:10:47 +0100
commit13803189600c724341148af34f33688497d71991 (patch)
tree2967d4bf0cf3b95a542fc40e29cd7e67a341fc03 /src/lib/dlt_client_cfg.h
parent775949cfaf16f1a07cf549a00a3e8e0cc99e1d6c (diff)
downloadDLT-daemon-13803189600c724341148af34f33688497d71991.tar.gz
dlt-client: logging: Extended the receiver buffer size
- dlt-control couldn't receive all the GET_LOG_INFO response message when many applications and contexts are registered. Therefore the receiver buffer size was extended to 65K. Also the receive buffer size macros are reduced to one variable. - Code cleanup and improvements Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/lib/dlt_client_cfg.h')
-rw-r--r--src/lib/dlt_client_cfg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/dlt_client_cfg.h b/src/lib/dlt_client_cfg.h
index 45d1864..bfa4d96 100644
--- a/src/lib/dlt_client_cfg.h
+++ b/src/lib/dlt_client_cfg.h
@@ -82,9 +82,6 @@
/* Size of buffer */
#define DLT_CLIENT_TEXTBUFSIZE 512
-/* Size of receive buffer */
-#define DLT_CLIENT_RCVBUFSIZE 10024
-
/* Initial baudrate */
#if !defined (__WIN32__) && !defined(_MSC_VER)
#define DLT_CLIENT_INITIAL_BAUDRATE B115200