(Note: I *thought* I had sent this already, but it never showed up on the
list. Looks like I goofed on the send....).
I recompiled for GTK2, and was seeing the same results (quick-connect pool
size set to 5, but I was seeing 40-50 "connecting" entries in the GNet
display).
I found this section of code in "src/core/hosts.c":
149 if (count >= quick_connect_pool_size)
150 if (dbg > 10) {
151 g_message("host_timer - count %d >= pool size %d",
152 count, quick_connect_pool_size);
153 return;
154 }
Note that the close brace "}" is aligned to the "if (count..." line, but
it's corresponding open brace "{" is at the end of the "if (dbg..." line.
Either the indentation for this section of code is weird, or the open brace
belongs on the previous line. I suspect the latter...
Lloyd B.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel