my-cloud / ruthenium

Golang implementation of the Ruthenium protocol
The Unlicense
11 stars 1 forks source link

Let to set the seeds ports in configuration #159

Closed JeremyPansier closed 1 year ago

JeremyPansier commented 1 year ago

Context The seeds IPs are listed in a configuration file, but not the associated ports. The default port associated with the seeds IPs is hard-coded in network/synchronizer.go.

Description For tests purpose or in the case where a seed uses a different port, each seed port should be set in a configuration file.

Tasks