go-libp2p-pubsub icon indicating copy to clipboard operation
go-libp2p-pubsub copied to clipboard

make message large message handling robust and noisy

Open Stebalien opened this issue 6 years ago • 1 comments

  1. Reject outgoing messages that are too large.
  2. Drop outgoing RPCs that are too large and log.
  3. Increase the max RPC size to 1MiB+64KiB (to allow for 1MiB messages).

Stebalien avatar Jun 06 '19 22:06 Stebalien

travis fails with:

./gossipsub.go:361:6: no new variables on left side of :=

vyzo avatar Jun 07 '19 07:06 vyzo