diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2016-06-26 16:29:32 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2016-06-29 18:22:24 -0400 |
commit | abe4a8942044a29acd68dc7faf4ac09563e9b921 (patch) | |
tree | 666cb878ff588cfbc0e847418985ac919fb0f09e /doc/PORTABILITY | |
download | udpastcp-abe4a8942044a29acd68dc7faf4ac09563e9b921.tar.xz udpastcp-abe4a8942044a29acd68dc7faf4ac09563e9b921.zip |
Initial commit
Diffstat (limited to 'doc/PORTABILITY')
-rw-r--r-- | doc/PORTABILITY | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/PORTABILITY b/doc/PORTABILITY new file mode 100644 index 0000000..fec5deb --- /dev/null +++ b/doc/PORTABILITY @@ -0,0 +1,7 @@ +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. + +In addition, since this program depends on libev, the portability requirements +of libev must be satisfied: +http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#PORTABILITY_NOTES |