add docs for NODELAY flag

SVN revision: 66071
This commit is contained in:
Mike Blumenkrantz 2011-12-10 06:53:54 +00:00
parent c92c213b0f
commit eecef7e076
1 changed files with 1 additions and 0 deletions

View File

@ -637,6 +637,7 @@ typedef enum _Ecore_Con_Type
ECORE_CON_REMOTE_UDP = 5,
/** Remote broadcast using UDP */
ECORE_CON_REMOTE_BROADCAST = 6,
/** Remote connection sending packets immediately */
ECORE_CON_REMOTE_NODELAY = 7,
/** Use SSL2: UNSUPPORTED. **/
ECORE_CON_USE_SSL2 = (1 << 4),