MiB should be MB.
Length is computed in MB but text is saying it's MiB
/\ Maximum length of incoming protocol messages (no message over 2 MiB is currently acceptable). / static const unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 2 \ 1024 * 1024;
MiB should be MB.
Length is computed in MB but text is saying it's MiB
/\ Maximum length of incoming protocol messages (no message over 2 MiB is currently acceptable). / static const unsigned int MAX_PROTOCOL_MESSAGE_LENGTH = 2 \ 1024 * 1024;
MiB should be MB
I don't understand; it looks exactly right as it was?
NACK. You are not wrong because #6979 (review) but I don't think we should bike shed about that in comments.
What is more needed, is to transform the -maxupload stuff to MB (1e6 byte) instead of using MiB?
2MiB is 2000000, not 2 * 1024 * 1024...
On 18/11/2015 7:02 AM, Pieter Wuille wrote:
I don't understand; it looks exactly right as it was?
— Reply to this email directly or view it on GitHub #7055 (comment).
ok, never mind..i'll close...i'm from the old school.
On 18/11/2015 7:15 AM, MarcoFalke wrote:
NACK. You are not wrong because #6979 (comment) #6979 (review) but I don't think we should bike shed about that in comments.
What is more needed, is to transform the |-maxupload| stuff to MB (1e6 byte) instead of using MiB?
— Reply to this email directly or view it on GitHub #7055 (comment).
closing..
I'll never get used to MiB