From 3d7bf5253af49db6436261fadaea7b5fc85be03a Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 9 Jul 2016 08:20:11 -0400 Subject: Remove old debugging message, adjust TODO. --- doc/PORTABILITY | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/PORTABILITY') diff --git a/doc/PORTABILITY b/doc/PORTABILITY index fec5deb..630671b 100644 --- a/doc/PORTABILITY +++ b/doc/PORTABILITY @@ -1,6 +1,5 @@ -Most C99 + POSIX systems should be supported. Windows is not, since it does not -support Unix-style events, and (although this is a minor concern) it does not -support sendmsg and recvmsg. +Most C99 + POSIX systems should be supported. Windows is not supported yet +because Microsoft has blocked sending TCP through raw sockets. In addition, since this program depends on libev, the portability requirements of libev must be satisfied: -- cgit v1.2.3-54-g00ecf