diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-08-15 21:52:24 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-08-15 21:52:24 +0000 |
commit | 6b30ffde69ee1f352491e467c2eeb5ccb694edbe (patch) | |
tree | d3d8936d99edc09729ab270133a7151886f33ba4 /TODO | |
parent | ac699ad08317e816ee4550bc62c77bce20ff4468 (diff) |
handling lost parent
git-svn-id: https://gnunet.org/svn/gnunet@12567 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -1,7 +1,4 @@ 0.9.0pre2: -* UTIL: - - only connect() sockets that are ready (select()) [Nils] - [On W32, we need to select after calling socket before doing connect etc.] * CORE: - derived key generation [Nils] - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616. @@ -13,12 +10,10 @@ => may have been fixed with instant-notification of disconnect to core on session-oriented connection hick-up; not perfect but likely good enough until we get ATS going; still should be tested... -` => "peers connected (transport)" now instantly goes to ZERO (core statistic), + => "peers connected (transport)" now instantly goes to ZERO (core statistic), but "established sessions" stays up... - * PWNAT: [Nate/MW/Nils] +* PWNAT: [Nate/MW/Nils] - W32 port -* GNUNET-GTK: [CG] - - handle 'lost parent' case for recursive downloads (need to move children!) 0.9.0pre3: * Determine RC bugs and fix those (release should have no known real bugs) @@ -83,6 +78,9 @@ 0.9.0: * Determine RC bugs and fix those (release should have no known real bugs) +* UTIL: + - only connect() sockets that are ready (select()) [Nils] + [On W32, we need to select after calling socket before doing connect etc.] * new webpage: [BL] - convert documentation pages to books - update books (especially for developers) |