Skip to content

Commit

Permalink
Add a note that IOCP is experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Jul 10, 2022
1 parent 63ef005 commit 4872734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/event2/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4872734

Please sign in to comment.