Configure maxreceivebuffer

+1 vote
-maxreceivebuffer=<n>  Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)

I would like to increase this value and i dont want to waste time on testing with out of bounds parameters or something like that, so can you please tell me if there is a maximum value for this setting.
asked Mar 11, 2016 by SlobodanMargetic
same thing for   

-maxsendbuffer=<n>     Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)

1 Answer

0 votes
Please see this question relating to Bitcoin Core:

http://bitcoin.stackexchange.com/questions/41897/what-do-bitcoin-core-options-maxreceivebuffer-and-maxsendbuffer-do

There shouldn't be any reason to modify the defaults (which mean 1MB per connection) and increasing them further is unlikely to have a significant effect on the performance you observe.
answered Mar 11, 2016 by MultiChain
...