Mention Windows TCP support in README.md.

This commit is contained in:
Sönke Ludwig 2017-06-24 22:18:18 +02:00
parent ca11fdec82
commit 3a41cfbefe

View file

@ -40,16 +40,16 @@ Driver development status
Feature | SelectEventDriver | EpollEventDriver | WinAPIEventDriver | KqueueEventDriver
-----------------|-------------------|------------------|-------------------|------------------
TCP Sockets | yes | yes | — | yes
TCP Sockets | yes | yes | yes | yes
UDP Sockets | yes | yes | — | yes
USDS | yes | yes | — | yes
DNS | yes | yes | yes | yes
Timers | yes | yes | yes | yes
Events | yes | yes | yes | yes
Unix Signals | yes² | yes² | — | —
Unix Signals | yes² | yes | — | —
Files | yes | yes | yes | yes
UI Integration | yes¹ | yes¹ | yes | yes¹
File watcher | yes² | yes² | yes | —
File watcher | yes² | yes | yes | —
Feature | LibasyncEventDriver
-----------------|---------------------