mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-08 00:17:59 -04:00
Companion PR for the syncthing/syncthing#2791
Modification of the specifications to match this [pull request](https://github.com/syncthing/syncthing/pull/2791)
This commit is contained in:
@@ -681,7 +681,7 @@ XDR
|
||||
hyper Modified;
|
||||
Vector Version;
|
||||
hyper LocalVersion;
|
||||
BlockInfo Blocks<1000000>;
|
||||
BlockInfo Blocks<10000000>;
|
||||
};
|
||||
|
||||
struct Vector {
|
||||
@@ -934,14 +934,14 @@ Message Type Field Limit
|
||||
=================== =================== =============
|
||||
**All Messages**
|
||||
-----------------------------------------------------
|
||||
| Total length 64 MiB
|
||||
| Total length 512 MiB
|
||||
|
||||
**Index and Index Update Messages**
|
||||
-----------------------------------------------------
|
||||
| Folder 64 bytes
|
||||
| Number of Files 1.000.000
|
||||
| Name 8192 bytes
|
||||
| Number of Blocks 1.000.000
|
||||
| Number of Blocks 10.000.000
|
||||
| Hash 64 bytes
|
||||
| Number of Counters 1.000.000
|
||||
|
||||
@@ -963,6 +963,10 @@ Message Type Field Limit
|
||||
| Value 1024 bytes
|
||||
=================== =================== =============
|
||||
|
||||
The currently defined values allow maximum file size of 1220 GiB
|
||||
(10.000.000 x 128 KiB). The maximum message size covers an Index message
|
||||
for the maximum file.
|
||||
|
||||
Example Exchange
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user