add note about CORK availability
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 10 Dec 2011 08:23:34 +0000 (08:23 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 10 Dec 2011 08:23:34 +0000 (08:23 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@66083 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/Ecore_Con.h

index c91ad05..d6df0ce 100644 (file)
@@ -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,