TODO file reinstated:
- Append your name to items if you're working on them. - Remove them if you fixed the problem/implemented that feature. - Add any (suspected) bugs.
This commit is contained in:
parent
cdab82d6fb
commit
ffc79bcd20
1 changed files with 15 additions and 0 deletions
15
TODO
Normal file
15
TODO
Normal file
|
@ -0,0 +1,15 @@
|
|||
Things left to do to make cabal superstable:
|
||||
--------------------------------------------
|
||||
* Check for connection loops. Inter-daemon
|
||||
connections should always satisfy the
|
||||
tree property.
|
||||
* Check for duplicates. If there's a
|
||||
timeout and a host reconnects before the
|
||||
old connection is closed, duplicate
|
||||
entries appear in every connection list.
|
||||
* Redundancy: multiple ConnectTo lines, if
|
||||
one fails others might be tried.
|
||||
* Persistence: don't quit when no connection
|
||||
can be made directly after start of the
|
||||
daemon.
|
||||
|
Loading…
Reference in a new issue