Anton Kaliaev
ced66e4eb5
config: increase MaxPacketMsgPayloadSize to 1400
The MTU (Maximum Transmission Unit) for Ethernet is 1500 bytes. The IP header and the TCP header take up 20 bytes each at least (unless optional header fields are used) and thus the max for (non-Jumbo frame) Ethernet is 1500 - 20 -20 = 1460 Source: https://stackoverflow.com/a/3074427/820520 |
4 years ago | |
---|---|---|
.. | ||
config.go | config: increase MaxPacketMsgPayloadSize to 1400 | 4 years ago |
config_test.go | blockchain/v1: remove in favor of v2 (#5728) | 4 years ago |
toml.go | cmd: hyphen case cli and config (#5777) | 4 years ago |
toml_test.go | docs: use hyphens instead of snake case (#5802) | 4 years ago |