raw: Add TODO.
[swifty.git] / src / raw / TODO
1 * Implement tests in test_sw*.c files in test/.
2 * Implement recv* functions in swift_raw.c.
3 * Consider using an array instead of a list for socket management.
4 * Use a generic (non-list/non-array specific interface) for socket management.
5 ** Do not use struct sock_list as structure name.
6 ** Do not use list_* as function names.