add note about CORK availability

SVN revision: 66083
This commit is contained in:
Mike Blumenkrantz 2011-12-10 08:23:34 +00:00
parent 54c2db319a
commit 47693ea74c
1 changed files with 1 additions and 0 deletions

View 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,