aboutsummaryrefslogtreecommitdiffstats
path: root/docs/transfers-v1.md
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-24 12:12:15 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-24 16:45:38 +0200
commitf453cd39ef0fec606b3d1a67b3fae5fa96e719f9 (patch)
treea64162ae8579ac275ad9b91822290920e150568f /docs/transfers-v1.md
parentfedb0f2afa552747a45b6b7c362a7977923e67ff (diff)
downloadmeshbay-f453cd39ef0fec606b3d1a67b3fae5fa96e719f9.tar.gz
refactor(node): move the session core out of webrtc_server
SessionCore in transport/webrtc/core.py, last among the bases: state, the data channel, task ownership, the peer registry, sending and teardown. The facade keeps _dispatch_message and WebRTCTransport. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'docs/transfers-v1.md')
-rw-r--r--docs/transfers-v1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/transfers-v1.md b/docs/transfers-v1.md
index f1002a9..47e82a6 100644
--- a/docs/transfers-v1.md
+++ b/docs/transfers-v1.md
@@ -181,7 +181,7 @@ node-wide slot they would then hold while a second member has none. Reversed,
one member arriving first takes all eight.
**"Per member" means per account, summed across their devices**, resolved with
-`_sessions_of(user_id)` (`webrtc_server.py:3325`) — which exists for exactly
+`_sessions_of(user_id)` (`webrtc/core.py`) — which exists for exactly
this reason, since device linking landed. Two browsers and a desktop client
signed in as the same person share the two slots. Anything else makes the cap a
function of how many tabs someone opens.