You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When both normal switch and torswitch coexist, its possible that normal switch overtakes all the peers in the attestation topic leaving nothing for torswitch. That can cause attestation to fail when torswitch tries to send. The reason is that torswitch is using the same mechanism for findling subnets, discovery and peerpool that normal has.
Describe the solution you'd like
Separate all the discovery, peerpool, connection quues from those of normal switch.
Make tor discovery a bit more frequent than normal.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When both normal switch and torswitch coexist, its possible that normal switch overtakes all the peers in the attestation topic leaving nothing for torswitch. That can cause attestation to fail when torswitch tries to send. The reason is that torswitch is using the same mechanism for findling subnets, discovery and peerpool that normal has.
Describe the solution you'd like
Separate all the discovery, peerpool, connection quues from those of normal switch.
Make tor discovery a bit more frequent than normal.
The text was updated successfully, but these errors were encountered: