> I've limited the amount of connections my node can make to > 50. I don't know > how this effects the network, how it effects my node's > ability find files or > anything, all I know is this keeps freenet from eating all of > my system's > resources. Please tell me if their is a better way.
What kind of resources? Memory, CPU or bandwidth? The main argument for allowing more connections to be open is that it is very expensive (CPU-wise) to open a new connection.. If you allow for more connections to stay open then less connections will need to be opened. Also.. You should never allow less than 2*50 connections if you are running with the default routing table size since the node needs to be able to keep two connections open per entry in the rt. /N _______________________________________________ Support mailing list [EMAIL PROTECTED] http://news.gmane.org/gmane.network.freenet.support
