How things used to work as at v3.0.11:

        - insert file
        - return

simple.  So, I rewrote it to work slightly differnetly

        - has this file ever been inserted?
                -> YES - try and retrieve at HTL=10
                -> can we retrieve?
                        -> YES - return
                        -> NO - contine
insertLoop:
        - insert file 

        - attempt to retrieve file at HTL=10
                -> can we retrieve?
                        -> YES - return
                        -> NO - loop to insertLoop

does this make sense, or is this overkill, specifically the bit about
trying to retrieve first?  Is there anything else that people think I
should be doing?

        - fish


_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to