An example implementation that creates an event queue based on Kqueue, Epoll and IOCP
Note The function pointer for the AcceptEx function must be obtained at run time by making a call to the [WSAIoctl](https://learn.microsoft.com/en-us/windows/desktop/api/winsock2/nf-winsock2-wsaioctl) function with the SIO_GET_EXTENSION_FUNCTION_POINTER opcode specified. The input buffer passed to the WSAIoctl function must contain WSAID_ACCEPTEX, a globally unique identifier (GUID) whose value identifies the AcceptEx extension function. On success, the output returned by the WSAIoctl function contains a pointer to the AcceptEx function. The WSAID_ACCEPTEX GUID is defined in the Mswsock.h header file. i wanna know the way to use acceptex
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by ghost and has received 1 comments.