Anton Kaliaev
8f463cf35c
to prevent malicious nodes from sending us large messages (~21MB, which is the default `RecvMessageCapacity`) This allows us to remove unnecessary `maxMsgSize` check in `decodeMsg`. Since each channel has a msg capacity set to `maxMsgSize`, there's no need to check it again in `decodeMsg`. Closes #1503 |
5 years ago | |
---|---|---|
.. | ||
v0 | p2p: set RecvMessageCapacity to maxMsgSize in all reactors | 5 years ago |
v1 | p2p: set RecvMessageCapacity to maxMsgSize in all reactors | 5 years ago |
v2 | p2p: set RecvMessageCapacity to maxMsgSize in all reactors | 5 years ago |