From ffdb70784f11de0df8162cea5e9f5abfac91ea96 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Thu, 24 Sep 2026 09:03:06 +0200 Subject: refactor(node): move file browsing and folder/file ops out of webrtc_server FilesMixin in transport/webrtc/files.py; the blocking disk helpers join _locate in webrtc/disk.py, and the lease states go to webrtc/limits.py. Co-Authored-By: Claude Opus 5.5 --- docs/MESHBAY_NODE_PROTOCOL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/MESHBAY_NODE_PROTOCOL.md') diff --git a/docs/MESHBAY_NODE_PROTOCOL.md b/docs/MESHBAY_NODE_PROTOCOL.md index f9ddc72..1d1afd8 100644 --- a/docs/MESHBAY_NODE_PROTOCOL.md +++ b/docs/MESHBAY_NODE_PROTOCOL.md @@ -2293,8 +2293,8 @@ LP(x) = uint32be(len(x)) || x every field, no exceptions | `MAX_LINK_INVITES_PER_GROUP` | 20 unredeemed invitation links | `roster.py` | | `PRE_HANDSHAKE_MAX_MSG` / `MAX_MSG` | 64 KiB / 64 MiB | `webrtc_server.py` / `webrtc/limits.py` | | `CHUNK_SIZE` | 1 MiB | `webrtc/limits.py` | -| `DOWNLOAD_BUFFER_HIGH` | 2 MiB | `webrtc_server.py` | -| `MAX_UPLOAD_BYTES` | 8 GiB, default only — `max_upload_gb` overrides it per node | ” | +| `DOWNLOAD_BUFFER_HIGH` | 2 MiB | `webrtc/files.py` | +| `MAX_UPLOAD_BYTES` | 8 GiB, default only — `max_upload_gb` overrides it per node | `webrtc_server.py` | | Download pipeline / chunk retry (client) | 8 in flight; 6 attempts, 1.5 s apart | `file-utils.js` | | Upload chunk / window / send-buffer high water (client) | 48 KiB / 32 / 1 MiB | `transport.js` | | `UPLOAD_ID_LEN` | 16 bytes, hex on the wire | `protocol.py` | -- cgit v1.2.3