summaryrefslogtreecommitdiffstats
path: root/plugins/imtcp/imtcp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-28 11:45:56 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-28 11:45:56 +0100
commit8bcf3421e499a07bf153081b971ca09728698be5 (patch)
treebeca91ab0127be050ae14480d46c67184f6b1c28 /plugins/imtcp/imtcp.c
parentbb2ed66c8903504ec225bd36bd6135871b70adc5 (diff)
parentf7d79b8de13d4fac2de49ad52ba30578b7282e57 (diff)
downloadrsyslog-8bcf3421e499a07bf153081b971ca09728698be5.tar.gz
rsyslog-8bcf3421e499a07bf153081b971ca09728698be5.tar.bz2
rsyslog-8bcf3421e499a07bf153081b971ca09728698be5.zip
Merge branch 'v7-stable'
Diffstat (limited to 'plugins/imtcp/imtcp.c')
-rw-r--r--plugins/imtcp/imtcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/imtcp/imtcp.c b/plugins/imtcp/imtcp.c
index 4df02ef0..51697574 100644
--- a/plugins/imtcp/imtcp.c
+++ b/plugins/imtcp/imtcp.c
@@ -419,7 +419,7 @@ CODESTARTbeginCnfLoad
loadModConf->iTCPLstnMax = 20;
loadModConf->bSuppOctetFram = 1;
loadModConf->iStrmDrvrMode = 0;
- loadModConf->bUseFlowControl = 0;
+ loadModConf->bUseFlowControl = 1;
loadModConf->bKeepAlive = 0;
loadModConf->bEmitMsgOnClose = 0;
loadModConf->iAddtlFrameDelim = TCPSRV_NO_ADDTL_DELIMITER;
@@ -647,7 +647,7 @@ resetConfigVariables(uchar __attribute__((unused)) *pp, void __attribute__((unus
cs.iTCPLstnMax = 20;
cs.bSuppOctetFram = 1;
cs.iStrmDrvrMode = 0;
- cs.bUseFlowControl = 0;
+ cs.bUseFlowControl = 1;
cs.bKeepAlive = 0;
cs.bEmitMsgOnClose = 0;
cs.iAddtlFrameDelim = TCPSRV_NO_ADDTL_DELIMITER;