mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 07:18:12 +08:00
With the new msgio, we no longer need to bound message sizes for the sake of buffers. MaxMessageSize should remain though in order to prevent streaming of huge things. In general, messages shouldn't be above one MB. This max is now set to 4MB. If a block happens to be larger, we should split it up. |
||
|---|---|---|
| .. | ||
| conn | ||
| handshake | ||
| message | ||
| mux | ||
| service | ||
| swarm | ||
| interface.go | ||
| net_test.go | ||
| net.go | ||