HelloZeroNet / HelloZeroNet/ZeroNet

Adjust number of connections based on system config

未关闭
#531 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
18.8k
派生
2.3k
PR 合并指标
30 天内没有已合并 PR

描述

I didn't have this issue before v0.4 and the previous stable Tor, now it makes Tor too busy and connections can't be established. Maybe it's due to the more content on the network or currently poorer quality of my internet connection.
Anyway, I thought to put this out there for discussion: `self.pool` could be set to a lower value for systems with 1GB RAM, medium for 1GB-4GB, and 1,000 for above that. Also the backlog could be adjusted accordingly.

I'm now running v0.4.0 and the latest stable Tor release 0.2.8.6 and getting a lot of this (actual numbers replaced with x).

```
Your Guard x (x) is failing more circuits than usual. Most likely this means the Tor network is overloaded. Success counts are 1xx/1xx. Use counts are 6x/6x. 1xx circuits completed, 5 were unusable, 0 collapsed, and 1x timed out. For reference, your timeout cutoff is xxx seconds..
```

and

```
Tried for 120 seconds to get a connection to [scrubbed]:15441. Giving up.
```

贡献指南

这个仓库没有索引到贡献指南

调研方向

该 issue 将 self.pool 和 backlog 确定为需要检查的设置;首先定位它们在哪里初始化,以及报告的连接失败是如何呈现的。检查系统内存是如何确定的,然后验证三个 RAM 范围的预期限制,并测试是否可以在没有报告的过载情况下建立连接。

由索引模型根据 Issue 内容生成。

评估

领域
networking
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
28/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。