From 9daaa20683ac208106bce3f4d8742b4ed9d4f833 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 19 May 2011 14:09:51 +0200 Subject: hardcoded: tcp input data is non-delayable --- tcps_sess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcps_sess.c b/tcps_sess.c index ea9032b3..653b316d 100644 --- a/tcps_sess.c +++ b/tcps_sess.c @@ -252,7 +252,7 @@ defaultDoSubmitMessage(tcps_sess_t *pThis, struct syslogTime *stTime, time_t ttG CHKiRet(msgConstructWithTime(&pMsg, stTime, ttGenTime)); MsgSetRawMsg(pMsg, (char*)pThis->pMsg, pThis->iMsg); MsgSetInputName(pMsg, pThis->pLstnInfo->pInputName); - MsgSetFlowControlType(pMsg, eFLOWCTL_LIGHT_DELAY); + MsgSetFlowControlType(pMsg, eFLOWCTL_NO_DELAY); pMsg->msgFlags = NEEDS_PARSING | PARSE_HOSTNAME; pMsg->bParseHOSTNAME = 1; MsgSetRcvFrom(pMsg, pThis->fromHost); -- cgit