raw: Add TODO.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 21 May 2011 15:50:05 +0000 (18:50 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 21 May 2011 15:50:05 +0000 (18:50 +0300)
src/raw/TODO [new file with mode: 0644]

diff --git a/src/raw/TODO b/src/raw/TODO
new file mode 100644 (file)
index 0000000..309a1b3
--- /dev/null
@@ -0,0 +1,6 @@
+* Implement tests in test_sw*.c files in test/.
+* Implement recv* functions in swift_raw.c.
+* Consider using an array instead of a list for socket management.
+* Use a generic (non-list/non-array specific interface) for socket management.
+** Do not use struct sock_list as structure name.
+** Do not use list_* as function names.