>> Also a text tip "freenet is loading, please wait..." would prevent >> ultra-newbies to immediately try and click on it. > >These are good suggestions. But the problem is that the freenet.log >never actually says WHEN the node is ready. It says "Starting >interfaces" but even then the interfaces aren't actually startED. >They're just startING. The node would have to say "All interfaces >are now started. Node is ready." or something similar in order for >this to be really useful. And I'm not even sure that's possible >(you'd have to ask someone who speaks Java). > >In my experience, I'll often get "connection refused" on port 8888 >for several seconds after "Starting interfaces" appears in the log. >It can be very frustrating.
you have already spoken out the solution: make bunnyapp try to open connections to <fproxyip>:<fproxyport> for every second or 500 ms, and if the connection could be established, drop it and do not ping anymore, because you know the interface is up and running (or keep on pinging to check if fproxy is still alive). if the connection failed, then the interface is not ready right now, so ping your way along until it does. ____________________________________________________________ The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. _______________________________________________ support mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
