p2p_config.go 93 B

12345
  1. package params
  2. var MaxPeers = 256
  3. var MaxPendingPeers = 256
  4. var ListenerPort = "[::]:41041"