Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con
Modified Files:
ecore_con.c
Log Message:
more agressive buffering in ecore_con. basically allow the main loop's select
fo the flushing. this si good for ssl! :) also saves on syscalls :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ecore_con.c 25 Apr 2004 15:52:53 -0000 1.27
+++ ecore_con.c 1 May 2004 02:25:00 -0000 1.28
@@ -532,7 +532,6 @@
svr->write_buf_size = size;
memcpy(svr->write_buf, data, size);
}
- _ecore_con_server_flush(svr);
return size;
}
@@ -571,7 +570,6 @@
cl->buf_size = size;
memcpy(cl->buf, data, size);
}
- _ecore_con_client_flush(cl);
return size;
}
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs