From: Razvan Deaconescu Date: Sat, 21 May 2011 15:50:05 +0000 (+0300) Subject: raw: Add TODO. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=8b0f5a889845981cb1765dd4e048a1110147c560;p=swifty.git raw: Add 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.