From 6ab58058273dd8a492f21ecae8dab212b528bc6e Mon Sep 17 00:00:00 2001 From: discomfitor Date: Sat, 10 Dec 2011 06:53:54 +0000 Subject: [PATCH] add docs for NODELAY flag git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@66071 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_con/Ecore_Con.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_con/Ecore_Con.h b/src/lib/ecore_con/Ecore_Con.h index 56c914b..87a7ddf 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/src/lib/ecore_con/Ecore_Con.h @@ -637,6 +637,7 @@ typedef enum _Ecore_Con_Type ECORE_CON_REMOTE_UDP = 5, /** Remote broadcast using UDP */ ECORE_CON_REMOTE_BROADCAST = 6, + /** Remote connection sending packets immediately */ ECORE_CON_REMOTE_NODELAY = 7, /** Use SSL2: UNSUPPORTED. **/ ECORE_CON_USE_SSL2 = (1 << 4), -- 2.7.4