HelloZeroNet / HelloZeroNet/ZeroNet

Adjust number of connections based on system config

Ouverte
#531 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
18.8k
Forks
2.3k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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.
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

The issue identifies self.pool and the backlog as the settings to inspect; begin by locating where they are initialized and how the reported connection failures are surfaced. Check how system memory is determined, then verify the intended limits for the three RAM ranges and test that connections can be established without the reported overload.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Domaine
networking
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
28/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.