summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/USERGUIDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USERGUIDE.md b/docs/USERGUIDE.md
index de5ce3f..32f31dd 100644
--- a/docs/USERGUIDE.md
+++ b/docs/USERGUIDE.md
@@ -1127,7 +1127,7 @@ handshake that establishes what they are allowed to see:
| `join_request` | `join_result` | Pairing code, or recognition of a pinned identity; carries the wrapped GEK on success |
| `index_sync` | `index_sync` / `index_delta` | The group index |
| `file_req` | `file_chunk` | One encrypted 1 MB chunk |
-| `file_upload` | `file_upload_ack` | Upload into `uploads/`; the ack names the file as stored |
+| `file_upload` | `file_upload_ack` | One chunk into the folder you are browsing; both halves sealed under the group key, so the filename and the bytes never appear on the wire in clear. The ack names the file as stored |
| `dir_create` | `dir_create_ack` | Create a directory |
| `file_delete` | `file_delete_ack` | Delete a file you uploaded |
| `stream_req` | `stream_init`, `stream_data`, `stream_end` | MSE video |