summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/PORTABILITY5
-rw-r--r--doc/TODO4
2 files changed, 5 insertions, 4 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:
diff --git a/doc/TODO b/doc/TODO
index 3b53c59..c932449 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,3 +1,5 @@
+- add pcap receiving support
+
- verify checksums
- add LD_PRELOAD support
@@ -8,7 +10,7 @@
- change some of the tiny hash tables to linked lists
-- add pcap support
+- add pcap sending support
- add fake TCP options