summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/readme.txt6
-rw-r--r--documentation/todo.txt7
2 files changed, 12 insertions, 1 deletions
diff --git a/documentation/readme.txt b/documentation/readme.txt
index 4d1376a..5419b69 100644
--- a/documentation/readme.txt
+++ b/documentation/readme.txt
@@ -1,3 +1,7 @@
To use IP multicast, the route must be added. In Linux this can be done
-by "route add -net 224.0.0.0/4 dev eth0".
+by:
+
+# route add -net 224.0.0.0/4 dev eth0
+
+Other OSes may have slightly different ways to do this.
diff --git a/documentation/todo.txt b/documentation/todo.txt
new file mode 100644
index 0000000..0e250bd
--- /dev/null
+++ b/documentation/todo.txt
@@ -0,0 +1,7 @@
+TODO:
+
+- handle endpoints for multicasts correctly. Especially, delete them if they are no longer needed.
+ This should probably be done as part of the redesign of the endpoints.
+
+
+ \ No newline at end of file