I noticed that RequestClient sleeps 10000 during the handshake, whereas InsertClient and Node both sleep for Core.handshakeTimeout (set to 30000). IANAPH but that seems wrong.
Also, might we separate out the main()'s in InsertClient and RequestClient? The objects themselves are useful in a number of situations other than command-line invocation. The main()'s don't hurt of course, but I find that a class that starts with a main() and is only instantiated within that main() tends to lose reusability over time. _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
