GSoC todo list.

svn path=/branches/GSoC_2011/TcpIpDriver/; revision=51816
This commit is contained in:
Claudiu Mihail 2011-05-17 22:18:21 +00:00
parent e1b7306f9b
commit 8ac934b5e6

23
todo_gsoc.txt Normal file
View file

@ -0,0 +1,23 @@
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.