From 3a41cfbefef723c38828dc8892f206a997c959b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sat, 24 Jun 2017 22:18:18 +0200 Subject: [PATCH] Mention Windows TCP support in README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec18829..5247178 100644 --- a/README.md +++ b/README.md @@ -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 -----------------|---------------------