From 27b7b432a9de1f9d96aee6a16c6fe04288bacc1d Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Mon, 12 Sep 2011 13:17:52 +0200 Subject: Revert "[GSW-43] Flow Control for sending huge amount of data over DLT. partialy fixed" This reverts commit 7554585a80ca2a8ebdcd5d1f1693ffe8e39b571d. --- src/daemon/dlt_daemon_common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/daemon/dlt_daemon_common.c') diff --git a/src/daemon/dlt_daemon_common.c b/src/daemon/dlt_daemon_common.c index b48e936..a4d5dba 100755 --- a/src/daemon/dlt_daemon_common.c +++ b/src/daemon/dlt_daemon_common.c @@ -178,8 +178,7 @@ int dlt_daemon_init(DltDaemon *daemon,const char *runtime_directory, int verbose dlt_set_id(daemon->ecuid,""); /* initialize ring buffer for client connection */ - - if (dlt_ringbuffer_init(&(daemon->client_ringbuffer), DLT_DAEMON_RINGBUFFER_SIZE,DLT_DAEMON_RINGBUFFER_INCREASE_SIZE,DLT_DAEMON_RINGBUFFER_MAXIMUM_SIZE)==-1) + if (dlt_ringbuffer_init(&(daemon->client_ringbuffer), DLT_DAEMON_RINGBUFFER_SIZE)==-1) { return -1; } -- cgit v1.2.1