From 8b0f5a889845981cb1765dd4e048a1110147c560 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sat, 21 May 2011 18:50:05 +0300 Subject: [PATCH] raw: Add TODO. --- src/raw/TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/raw/TODO diff --git a/src/raw/TODO b/src/raw/TODO new file mode 100644 index 0000000..309a1b3 --- /dev/null +++ b/src/raw/TODO @@ -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. -- 2.20.1