lightchain icon indicating copy to clipboard operation
lightchain copied to clipboard

Research the trade-offs of an increment on max_packet_msg_payload_size

Open ggarri opened this issue 5 years ago • 0 comments

Currently, we are using a value of 1024 bytes as max_packet_msg_payload_size. In order to optimize communication and prevent limitations on the usage of the network, we should evaluate an increment of x2 or x3 on the size of max_packet_msg_payload_size.

This task aims to collect every possible trade-off cause by that increment including a detailed strategy on how to communicate the update to network users as this update causes incompatibility between peers.

ggarri avatar Jun 25 '19 06:06 ggarri