diff options
Diffstat (limited to 'doc/PORTABILITY')
-rw-r--r-- | doc/PORTABILITY | 5 |
1 files changed, 2 insertions, 3 deletions
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: |