Bumping up against flood control limits again?



Summary:

Mike Hearn wrote about the issue of block sizes getting larger, causing a scalability limitation in terms of flood control. He proposed raising the limit again or simultaneously lowering the batch size, but noted that both options have drawbacks. The main goal was to prevent an internal buffer memory explosion, and it was suggested that using a pointer into the block chain file would eliminate the outgoing network buffer and allow for sending as much data as desired. However, the current P2P code is not equipped to handle huge amounts of streaming data and needs further development to resolve this issue. Jeff Garzik agreed with Hearn's concerns and acknowledged that the P2P code was not written to handle large downloads.


Updated on: 2023-05-26T18:05:24.375733+00:00