@@ -288,16 +288,16 @@ the folder.
288
288
The **label ** field contains the folder label, the human readable name of
289
289
the folder.
290
290
291
- The **read only ** field is set for folders that the device will accept no
291
+ The **read_only ** field is set for folders that the device will accept no
292
292
updates from the network for.
293
293
294
- The **ignore permissions ** field is set for folders that the device will not
294
+ The **ignore_permissions ** field is set for folders that the device will not
295
295
accept or announce file permissions for.
296
296
297
- The **ignore delete ** field is set for folders that the device will ignore
297
+ The **ignore_delete ** field is set for folders that the device will ignore
298
298
deletes for.
299
299
300
- The **disable temp indexes ** field is set for folders that will not dispatch
300
+ The **disable_temp_indexes ** field is set for folders that will not dispatch
301
301
and do not wish to receive progress updates about partially downloaded files
302
302
via Download Progress messages.
303
303
@@ -326,23 +326,23 @@ device and folder. The following values are valid:
326
326
:1: Compression disabled. No compression is used on any message.
327
327
:2: Compress always. Metadata messages as well as Response messages are compressed.
328
328
329
- The **cert name ** field indicates the expected certificate name for this
329
+ The **cert_name ** field indicates the expected certificate name for this
330
330
device. It is commonly blank, indicating to use the implementation default.
331
331
332
- The **max sequence ** field contains the highest sequence number of the files
332
+ The **max_sequence ** field contains the highest sequence number of the files
333
333
in the index. See :ref: `deltaidx ` for the usage of this field.
334
334
335
335
The **introducer ** field is set for devices that are trusted as cluster
336
336
introducers.
337
337
338
- The **index id ** field contains the unique identifier for the current set of
338
+ The **index_id ** field contains the unique identifier for the current set of
339
339
index data. See :ref: `deltaidx ` for the usage of this field.
340
340
341
- The **skip introduction removals ** field signifies if the remote device has
341
+ The **skip_introduction_removals ** field signifies if the remote device has
342
342
opted to ignore introduction removals for the given device. This setting is
343
343
copied across as we are being introduced to a new device.
344
344
345
- The **enc pw token ** field contains a token derived from the password, that is
345
+ The **encryption_password_token ** field contains a token derived from the password, that is
346
346
used to encrypt data sent to this device. If the device is the same as the
347
347
device sending the message, it signifies that the device itself has encrypted
348
348
data that was encrypted with the given token. It is empty or missing if there is
@@ -465,7 +465,7 @@ The **invalid** field is set when the file is invalid and unavailable for
465
465
synchronization. A peer MAY set this bit to indicate that it can temporarily
466
466
not serve data for the file.
467
467
468
- The **no permissions ** field is set when there is no permission information
468
+ The **no_permissions ** field is set when there is no permission information
469
469
for the file. This is the case when it originates on a file system which
470
470
does not support permissions. Changes to only permission bits SHOULD be
471
471
disregarded on files with this bit set. The permissions bits MUST be set to
@@ -534,7 +534,7 @@ the other device SHOULD ensure that the transmitted block matches the
534
534
requested hash. The other device MAY reuse a block from a different file and
535
535
offset having the same size and hash, if one exists.
536
536
537
- The **from temporary ** field is set to indicate that the read should be
537
+ The **from_temporary ** field is set to indicate that the read should be
538
538
performed from the temporary file (converting name to it's temporary form)
539
539
and falling back to the non temporary file if any error occurs. Knowledge of
540
540
contents of temporary files comes from DownloadProgress messages.
@@ -627,7 +627,7 @@ The **updates** field is a list of progress update messages.
627
627
Fields (FileDownloadProgressUpdate Message)
628
628
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
629
629
630
- The **update type ** indicates whether the update is of type **append (0) **
630
+ The **update_type ** indicates whether the update is of type **append (0) **
631
631
(new blocks are available) or **forget (1) ** (the file transfer has
632
632
completed or failed).
633
633
@@ -637,7 +637,7 @@ this update is being sent.
637
637
The **version ** message defines the version of the file for which this
638
638
update is being sent.
639
639
640
- The **block indexes ** field is a list of positive integers, where each
640
+ The **block_indexes ** field is a list of positive integers, where each
641
641
integer represents the index of the block in the FileInfo message Blocks
642
642
array that has become available for download.
643
643
0 commit comments