[freenet-support] number of connections + question about node refs

2003-12-11 Thread Steven
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. Anyway,

Re: [freenet-support] number of connections + question about node refs

2003-12-11 Thread Kendy Kutzner
On 2003-12-11T01:48:26-0800, Steven wrote: $ netstat | grep -c tcp 370 As you wrote, the above also counts non-freenet connections. It also counts connections already closed by freenet (by your node or the other one), but TCP still keeps them just in case there is still a packet flying arround

RE: [freenet-support] number of connections + question about node refs

2003-12-11 Thread Niklas Bergh
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.