diff options
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index 39696a636..8cea01da0 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -497,7 +497,7 @@ Messages are sent as binary data, using following format (with size in bytes): └────────────────────┘ └───────────────────────────────────────────────────────┘ header (5) compressed data (??) └──────────────────────────────────────────────────────────────────────────────┘ - _length_ bytes + 'length' bytes .... * _length_ (unsigned integer, 4 bytes): number of bytes of whole message |