reactos/todo_gsoc.txt
Claudiu Mihail 350d378e7f Slightly updated todo list.
svn path=/branches/GSoC_2011/TcpIpDriver/; revision=51956
2011-05-27 10:54:23 +00:00

26 lines
822 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 does not work currently and needs immediate attention
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) Investigate performace issues, especially related to throughput
4) Improve existing IOCTLs.
5) Improve support for netstat (e.g. netstat -na).
6) Consider replacing existing version of lwIP with v1.4
(or if appliable newer)
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.