From 47693ea74cd497f77496ca5e31cce21d07ce8943 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 10 Dec 2011 08:23:34 +0000 Subject: [PATCH] add note about CORK availability SVN revision: 66083 --- legacy/ecore/src/lib/ecore_con/Ecore_Con.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h index c91ad056a3..d6df0cedb0 100644 --- a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h +++ b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h @@ -640,6 +640,7 @@ typedef enum _Ecore_Con_Type /** Remote connection sending packets immediately */ ECORE_CON_REMOTE_NODELAY = 7, /** Remote connection sending data in large chunks + * @note Only available on Linux * @since 1.2 */ ECORE_CON_REMOTE_CORK = 8,