theQRL / go-qrl

Go version of QRL node
MIT License
9 stars 7 forks source link

Node tries to connect 10 peers every 60 seconds from the peer list file #101

Closed cyyber closed 5 years ago

cyyber commented 5 years ago

Node only tries to connect 10 peers every 60 seconds. Moreover any failure to connect to that peer, will result into removal that peer from the known_peers.json

Node also filters or ignores peers whose port are within the linux ephemeral port range (32768 to 61000).