libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.56k stars 273 forks source link

Fix two minor gossipsub v1.1 spec problems #396

Closed jtraglia closed 2 years ago

jtraglia commented 2 years ago
  1. Update PublishThreshold constraint in the table. This does not accurately reflect what the text says.

    publishThreshold: when a peer's score drops below this threshold, self published messages are not propagated towards this peer when (flood) publishing. This threshold should be negative, and less than or equal to the gossip threshold.

  2. Change IPColocationFactorThreshold from a Float to an Integer. It does not make sense for this value to be a float. You cannot have a fractional "number of IPs a peer may have before being penalized."