Enable HashMsgId
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
71eb41b9aa
commit
002d021eb7
@ -38,6 +38,7 @@ func GossipSub(mctx helpers.MetricsCtx, lc fx.Lifecycle, host host.Host, nn dtyp
|
|||||||
options := []pubsub.Option{
|
options := []pubsub.Option{
|
||||||
// Gossipsubv1.1 configuration
|
// Gossipsubv1.1 configuration
|
||||||
pubsub.WithFloodPublish(true),
|
pubsub.WithFloodPublish(true),
|
||||||
|
pubsub.WithMessageIdFn(HashMsgId),
|
||||||
pubsub.WithPeerScore(
|
pubsub.WithPeerScore(
|
||||||
&pubsub.PeerScoreParams{
|
&pubsub.PeerScoreParams{
|
||||||
AppSpecificScore: func(p peer.ID) float64 {
|
AppSpecificScore: func(p peer.ID) float64 {
|
||||||
|
Loading…
Reference in New Issue
Block a user