write flush removed because it servers no purpose and slows
things down
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user