vyzo
vyzo
yes, you can get a periodic callback with a copy of the score table for exactly this purpose.
See WithPeerScoreInspect in score.go.
or we can simply pass the config file as argument, better than reading from stdin.
First pass, we dump the routing table on `SIGUSR1`.
#101 implemented peer and stream dumps.
Seems you are announcing 0.0.0.0 addresses with the `-hostAddrs` option.
And you are also only listening on localhost. That's definitely not what you want.
Sorry, my bad -- you are right. I haven't touched this code in a while and I forget what all the options do :)
Your addrs options are perfectly fine, sorry for my misleading comments.
ok, so your bootstrappers are using tcp and you are listening on quic; I wonder whether this is a problem in this case.