This is a breaking protocol change that prefixes all gossip messages with their length. This is to allow message extensions, as we'll be able to read the whole message inclulding the extensions, without having to decode the extensions. It also makes it easier to check the message length before we start decoding, so that we can reject messages that are too big. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| Dockerfile | ||