From 417b6bfd69e53b147d1b45349758852e74902a16 Mon Sep 17 00:00:00 2001 From: discomfitor Date: Sat, 10 Dec 2011 08:23:34 +0000 Subject: [PATCH] add note about CORK availability git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@66083 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 c91ad05..d6df0ce 100644 --- a/src/lib/ecore_con/Ecore_Con.h +++ b/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, -- 2.7.4