From: Azat Khuzhin Date: Sun, 10 Jul 2022 13:18:08 +0000 (+0300) Subject: Add a note that IOCP is experimental feature X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4872734277579e85cbecd91390e3f26e3fc44e70;p=libevent Add a note that IOCP is experimental feature Refs: #1228 --- diff --git a/include/event2/event.h b/include/event2/event.h index 4a692cad..b52fd846 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -542,6 +542,8 @@ enum event_base_config_flag { If this flag is set then bufferevent_socket_new() and evconn_listener_new() will use IOCP-backed implementations instead of the usual select-based one on Windows. + + Note: it is experimental feature, and has some bugs. */ EVENT_BASE_FLAG_STARTUP_IOCP = 0x04, /** Instead of checking the current time every time the event loop is