Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P2P: try to limit the connection number per IP address #1623

Merged
merged 4 commits into from
May 25, 2023

Commits on May 23, 2023

  1. p2p: try limit connection per IP

     ** by default, MaxPeersPerIp is same as MaxPeers
     ** no restriction on Trust node
     ** add test case: TestOptionMaxPeersPerIp
    brilliant-lx committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f56ddd5 View commit details
    Browse the repository at this point in the history
  2. fix: not hard code

    brilliant-lx committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f50c596 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    5e7e026 View commit details
    Browse the repository at this point in the history
  2. comments: Ip to IP

    brilliant-lx committed May 24, 2023
    Configuration menu
    Copy the full SHA
    22b2b3b View commit details
    Browse the repository at this point in the history