From 6c9909eea1486baadf610cbcc8f882165d270ed7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 31 May 2000 21:37:01 +0000 Subject: [PATCH] write flush removed because it servers no purpose and slows things down --- src/ca/tcpiiu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index 9b7b00f91..1e37554cd 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -299,7 +299,7 @@ void tcpiiu::recvMsg () totalBytes = (unsigned) status; cacRingBufferWriteCommit (&this->recv, totalBytes); - cacRingBufferWriteFlush (&this->recv); + // cacRingBufferWriteFlush (&this->recv); this->rescheduleRecvTimer (); // reschedule connection activity watchdog