Commit 8824fae2 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove this TODO, all packets are now well-named.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1573 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 11ff7360
......@@ -122,9 +122,6 @@ 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.
- Consider replace setNodeState admin packet by one per action, like
dropNode to reduce packet processing complexity and reduce bad actions
like set a node in TEMPORARILY_DOWN state.
......
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