chiark / gitweb /
Import release 0.1.0
[secnet.git] / TODO
diff --git a/TODO b/TODO
index 3f5f028e5054c982fcee299ab83fd2933df6edc7..071a71609e82a4e29c4d63ea8701348c414446c1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,11 +20,10 @@ secnet.c: done
 
 site.c: the site_incoming() routing could be implemented much more
 cleanly using a table. There's still quite a lot of redundancy in this
-file. Abandon key exchanges when a bad packet is received. Tell
-netlink link is down if it's down and we don't have address for other
-end.
+file. Abandon key exchanges when a bad packet is received. Modify
+protocol to include version fields, as described in the NOTES file.
 
-transform.c: done. Needs checking for endianness problems.
+transform.c: done. JDA reports endianness problems are fixed.
 
 udp.c: done