]> granicus.if.org Git - libevent/commitdiff
Add a note that IOCP is experimental feature
authorAzat Khuzhin <azat@libevent.org>
Sun, 10 Jul 2022 13:18:08 +0000 (16:18 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 10 Jul 2022 13:18:40 +0000 (16:18 +0300)
Refs: #1228

include/event2/event.h

index 4a692cadbf643678783e6525d7785ee7095d3837..b52fd8464d2118ad3ed3116adef9c445bf5826f3 100644 (file)
@@ -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