reactos/todo_gsoc.txt
Claudiu Mihail 8ac934b5e6 GSoC todo list.
svn path=/branches/GSoC_2011/TcpIpDriver/; revision=51816
2011-05-17 22:18:21 +00:00

23 lines
652 B
Plaintext

Tasks to do by the end of GSoC (sorted in decending order by importance):
1) Make sure all basic functinalities are working
- accept so far is not which should be fixed
2) Create a test application that simulates heavy usage
of networking. Preferably multi threaded. This should
check whether we have any memory leaks, broken functionality
or fatal blue screen errors.
3) Improve existing IOCTLs.
4) Improve support for netstat (e.g. netstat -na).
Notes:
- 2) Worth looking into how we can take advantage of firefox's
stress tests (e.g. xmlhttprequest)
- 1) 2) and a bit of 3) should be completed before the midterm
evaluations.