add note about CORK availability
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sat, 10 Dec 2011 08:23:34 +0000 (08:23 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sat, 10 Dec 2011 08:23:34 +0000 (08:23 +0000)
SVN revision: 66083

legacy/ecore/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,