Fix Windows driver name in README.

This commit is contained in:
Sönke Ludwig 2016-10-19 14:29:18 +02:00
parent 5f243cbb18
commit fccde9c670

View file

@ -13,7 +13,7 @@ Driver | Linux | Windows | OS X | FreeBSD
------------------|-------|---------|------|-------- ------------------|-------|---------|------|--------
SelectEventDriver | yes | yes¹ | yes¹ | yes¹ SelectEventDriver | yes | yes¹ | yes¹ | yes¹
EpollEventDriver | yes | no | no | no EpollEventDriver | yes | no | no | no
IOCPEventDriver | no | yes¹ | no | no WinAPIEventDriver | no | yes¹ | no | no
KqueueEventDriver | no | no | yes¹ | yes¹ KqueueEventDriver | no | no | yes¹ | yes¹
¹ planned, but not currenly implemented ¹ planned, but not currenly implemented
@ -22,18 +22,18 @@ KqueueEventDriver | no | no | yes¹ | yes¹
Driver development status Driver development status
------------------------- -------------------------
Feature | SelectEventDriver | EpollEventDriver | IOCPEventDriver | KqueueEventDriver Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver
-----------------|-------------------|------------------|-----------------|------------------ -----------------|-------------------|------------------|-------------------|------------------
TCP Sockets | yes | yes | no | no TCP Sockets | yes | yes | no | no
UDP Sockets | yes | yes | no | no UDP Sockets | yes | yes | no | no
USDS | yes | yes | no | no USDS | yes | yes | no | no
DNS | yes | yes | no | no DNS | yes | yes | no | no
Timers | yes | yes | no | no Timers | yes | yes | no | no
Events | yes | yes | no | no Events | yes | yes | no | no
Signals | yes² | yes² | no | no Signals | yes² | yes² | no | no
Files | yes | yes | no | no Files | yes | yes | no | no
UI Integration | no | no | no | no UI Integration | no | no | no | no
File watcher | yes² | yes² | no | no File watcher | yes² | yes² | no | no
² Currently only supported on Linux ² Currently only supported on Linux