Commit 5a2a8dc8 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a todo about misnamed packets/misassigned packet types.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1215 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 933a0121
......@@ -76,6 +76,9 @@ RC - Review output of pylint (CODE)
should be made a singleton (saves the CPU time needed to instanciates all
the copies - often when a connection is established, saves the memory
used by each copy).
- Fix packet types (CODE)
Some packets are of response type but have a name starting with 'notify'.
Decide wether they are notifications or responses, and fix the right one.
Storage
- Implement incremental storage verification (BANDWITH)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment