chore: Reserved IDs for comression algs.

main
polistern 2022-08-24 15:26:24 +00:00
parent ed591998ea
commit f501ebed6c
Signed by: polistern
GPG Key ID: E131651B5A988EAC
2 changed files with 18 additions and 10 deletions

View File

@ -54,11 +54,15 @@ Storage format for the `Incomplete Email`
Supported algorithms may differ depending on the implementation.
| Value | Description | Java Bote | pboted |
|-------|----------------|-----------|------------------------|
| `0` | Uncompressed | yes | yes (to old addresses) |
| `1` | LZMA | yes | yes (receive only) |
| `2` | ZLIB `[VER 5]` | no | yes (to new addresses) |
| Value | Description | Java Bote | pboted |
|-------|------------------|-----------|------------------------|
| `0` | Uncompressed | yes | yes (to old addresses) |
| `1` | LZMA | yes | yes (receive only) |
| `2` | ZLIB `[VER 5]` | no | yes (to new addresses) |
| `3` | BZIP2 `[VER 5]` | no | no |
| `4` | ZSTD `[VER 5]` | no | no |
| `5` | LZ4 `[VER 5]` | no | no |
| `6` | Snappy `[VER 5]` | no | no |
### 1.3 Index Packet

View File

@ -54,11 +54,15 @@ ToDo: add info about alg-specific prefixes
В зависимости от реализации поддерживаются различные алгоритмы сжатия.
| Значение | Описание | Java Bote | pboted |
|----------|----------------|-----------|--------------------------|
| `0` | Uncompressed | да | да (к старым адресам) |
| `1` | LZMA | да | да (только на получение) |
| `2` | ZLIB `[VER 5]` | нет | да (к новым адесам) |
| Значение | Описание | Java Bote | pboted |
|----------|------------------|-----------|--------------------------|
| `0` | Uncompressed | да | да (к старым адресам) |
| `1` | LZMA | да | да (только на получение) |
| `2` | ZLIB `[VER 5]` | нет | да (к новым адесам) |
| `3` | BZIP2 `[VER 5]` | нет | нет |
| `4` | ZSTD `[VER 5]` | нет | нет |
| `5` | LZ4 `[VER 5]` | нет | нет |
| `6` | Snappy `[VER 5]` | нет | нет |
### 1.3 Индексный пакет