public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Bumping up against flood control limits again?
@ 2011-06-14 16:44 Mike Hearn
  2011-06-14 17:07 ` Dave Smith
  2011-06-14 17:14 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Hearn @ 2011-06-14 16:44 UTC (permalink / raw)
  To: bitcoin-development

Block sizes have started to get quite large once again. Whilst testing
chain download today I was disconnected due to going over the 10mb
flood control limit. Infuriatingly, I can't reproduce this reliably.
But at 500 blocks an average of 20kb per block will cause this. As we
can see from the block explorer, the average is probably quite close
to that.

The flood control seems like a pretty serious scalability limitation.
I can see a few solutions. One is to raise the limit again. Another is
to raise the limit and simultaneously lower the batch size. 500 blocks
in one message means very large messages no matter how big the flood
control limit is. Going down to 100 or even 50 would hurt chain
download speed quite a bit in high latency environments, but chain
download is already a serious bottleneck.

Thoughts?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-14 17:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-14 16:44 [Bitcoin-development] Bumping up against flood control limits again? Mike Hearn
2011-06-14 17:07 ` Dave Smith
2011-06-14 17:14 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox