ithewei 2 سال پیش
والد
کامیت
8c31e9b654
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      docs/PLAN.md

+ 1 - 2
docs/PLAN.md

@@ -1,7 +1,7 @@
 ## Done
 
 - base: cross platfrom infrastructure
-- event: select/poll/epoll/kqueue/port
+- event: select/poll/epoll/wepoll/kqueue/port
 - ssl: openssl/guntls/mbedtls
 - rudp: KCP
 - evpp: c++ EventLoop interface similar to muduo and evpp
@@ -11,7 +11,6 @@
 
 ## Improving
 
-- IOCP: fix bug, add SSL/TLS support, replace with wepoll?
 - wintls: SChannel is so hard :) need help
 - Path router: optimized matching via trie?
 - FileCache use LRUCache