使用wepoll iocp模拟epoll api,实现在windows下支持iocp (#1871)

This commit is contained in:
紫耀风
2022-08-11 10:18:16 +08:00
committed by GitHub
parent b34db64961
commit 4e8c56e2be
8 changed files with 2488 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ option(ENABLE_SRT "Enable SRT" ON)
option(ENABLE_TESTS "Enable Tests" ON)
option(ENABLE_WEBRTC "Enable WebRTC" ON)
option(ENABLE_X264 "Enable x264" OFF)
option(ENABLE_WEPOLL "Enable wepoll" OFF)
option(USE_SOLUTION_FOLDERS "Enable solution dir supported" ON)