From fccde9c670dc35d187cf25975363b1801a4714a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Wed, 19 Oct 2016 14:29:18 +0200 Subject: [PATCH] Fix Windows driver name in README. --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5401b92..90a0625 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Driver | Linux | Windows | OS X | FreeBSD ------------------|-------|---------|------|-------- SelectEventDriver | yes | yes¹ | yes¹ | yes¹ EpollEventDriver | yes | no | no | no -IOCPEventDriver | no | yes¹ | no | no +WinAPIEventDriver | no | yes¹ | no | no KqueueEventDriver | no | no | yes¹ | yes¹ ¹ planned, but not currenly implemented @@ -22,18 +22,18 @@ KqueueEventDriver | no | no | yes¹ | yes¹ Driver development status ------------------------- -Feature | SelectEventDriver | EpollEventDriver | IOCPEventDriver | KqueueEventDriver ------------------|-------------------|------------------|-----------------|------------------ -TCP Sockets | yes | yes | no | no -UDP Sockets | yes | yes | no | no -USDS | yes | yes | no | no -DNS | yes | yes | no | no -Timers | yes | yes | no | no -Events | yes | yes | no | no -Signals | yes² | yes² | no | no -Files | yes | yes | no | no -UI Integration | no | no | no | no -File watcher | yes² | yes² | no | no +Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver +-----------------|-------------------|------------------|-------------------|------------------ +TCP Sockets | yes | yes | no | no +UDP Sockets | yes | yes | no | no +USDS | yes | yes | no | no +DNS | yes | yes | no | no +Timers | yes | yes | no | no +Events | yes | yes | no | no +Signals | yes² | yes² | no | no +Files | yes | yes | no | no +UI Integration | no | no | no | no +File watcher | yes² | yes² | no | no ² Currently only supported on Linux