mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 13:24:43 -04:00
Add another caveat to the TCP_DEFER_ACCEPT documentation
This commit is contained in:
parent
5880e4a1fc
commit
a270728e28
@ -76,7 +76,12 @@ typedef void (*evconnlistener_errorcb)(struct evconnlistener *, void *);
|
|||||||
* available, if possible. Ignored on platforms that do not support this.
|
* available, if possible. Ignored on platforms that do not support this.
|
||||||
*
|
*
|
||||||
* This option can help performance for protocols where the client transmits
|
* This option can help performance for protocols where the client transmits
|
||||||
* immediately after connecting. */
|
* immediately after connecting.
|
||||||
|
*
|
||||||
|
* This option is only supported by evconnlistener_new_bind(): it can't
|
||||||
|
* work with evconnlistener_new_fd(), since the listener needs to be told
|
||||||
|
* to use the option before it is actually bound.
|
||||||
|
*/
|
||||||
#define LEV_OPT_DEFERRED_ACCEPT (1u<<6)
|
#define LEV_OPT_DEFERRED_ACCEPT (1u<<6)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user