From 219f3f7d1caafb45a9f7118f9792f6881501b3e7 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Thu, 24 Sep 2026 09:23:12 +0200 Subject: 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 --- docs/MESHBAY_NODE_PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 | ” | -- cgit v1.2.3