diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-24 09:23:12 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-24 16:45:38 +0200 |
| commit | 219f3f7d1caafb45a9f7118f9792f6881501b3e7 (patch) | |
| tree | 4c42577300f78f4207031f9c2d38b349e9c9d18b /docs/MESHBAY_NODE_PROTOCOL.md | |
| parent | ffdb70784f11de0df8162cea5e9f5abfac91ea96 (diff) | |
| download | meshbay-219f3f7d1caafb45a9f7118f9792f6881501b3e7.tar.gz | |
refactor(node): move transfer slots and leases out of webrtc_server
TransferMixin in transport/webrtc/transfer_handlers.py, with the sweep
interval.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/MESHBAY_NODE_PROTOCOL.md')
| -rw-r--r-- | docs/MESHBAY_NODE_PROTOCOL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MESHBAY_NODE_PROTOCOL.md b/docs/MESHBAY_NODE_PROTOCOL.md index 1d1afd8..3c39835 100644 --- a/docs/MESHBAY_NODE_PROTOCOL.md +++ b/docs/MESHBAY_NODE_PROTOCOL.md @@ -2305,7 +2305,7 @@ LP(x) = uint32be(len(x)) || x every field, no exceptions | `GRANT_DEADLINE_SECS` / `IDLE_TIMEOUT_SECS` | 30 s / 120 s | `transfers.py` | | `MAX_QUEUED_PER_MEMBER` / `MAX_MISSED_GRANTS` | 32 / 3 | ” | | `MAX_LEASELESS_IN_FLIGHT` / `LEASELESS_IDLE_SECS` | 12 files / 60 s | ” | -| `TRANSFER_SWEEP_SECS` | 15 s | `webrtc_server.py` | +| `TRANSFER_SWEEP_SECS` | 15 s | `webrtc/transfer_handlers.py` | | Lease watchdog (client) | 60 s, then re-ask | `transport.js` | | `STREAM_SEGMENT_SIZE` | 256 KiB | `webrtc/apps/streaming.py` | | `STREAM_MAX_CREDIT` | 256 | ” | |