harmony-one / harmony

The core protocol of harmony
https://harmony.one
GNU Lesser General Public License v3.0
1.46k stars 286 forks source link

improve p2p host connection manager, remove quic transporters #4707

Closed GheisMohammadi closed 1 month ago

GheisMohammadi commented 1 month ago

Issue

This PR improves p2p host connection manager and removes QUIC transporters from p2p host.

Frozen commented 1 month ago

WithSilencePeriod sets the silence period. The connection manager will perform a cleanup once per silence period if the number of connections surpasses the high watermark.

Frozen commented 1 month ago

WithGracePeriod sets the grace period. The grace period is the time a newly opened connection is given before it becomes subject to pruning.

Frozen commented 1 month ago

What is our current "high watermark"?

Frozen commented 1 month ago

You have to merge this one as well to pass tests.

GheisMohammadi commented 1 month ago

What is our current "high watermark"?

192