summaryrefslogtreecommitdiff
path: root/doc/PORTABILITY
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-09 08:20:11 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2016-07-09 08:20:11 -0400
commit3d7bf5253af49db6436261fadaea7b5fc85be03a (patch)
treea5df776803a7354bc08c6ed4efcc99ab1c0102f3 /doc/PORTABILITY
parentf528b66a0ea74b306bed22d243495458c8cf2383 (diff)
downloadudpastcp-3d7bf5253af49db6436261fadaea7b5fc85be03a.tar.xz
udpastcp-3d7bf5253af49db6436261fadaea7b5fc85be03a.zip
Remove old debugging message, adjust TODO.
Diffstat (limited to 'doc/PORTABILITY')
-rw-r--r--doc/PORTABILITY5
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: