aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-24 10:36:54 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-24 16:45:38 +0200
commit41b814483cf990d855188899332b90fc525135b7 (patch)
tree7049a38f8907f14f76addc3b7faf9922016ef36e /docs
parent600a6dfe3779b9cd82d4e0cb94c6f6e7df21ab20 (diff)
downloadmeshbay-41b814483cf990d855188899332b90fc525135b7.tar.gz
refactor(node): move the MNP handshake out of webrtc_server
HandshakeMixin in transport/webrtc/handshake.py: challenge, proof, channel binding, and the sealed configuration a peer receives once admitted. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
-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 f9c3675..029e1b0 100644
--- a/docs/transfers-v1.md
+++ b/docs/transfers-v1.md
@@ -350,7 +350,7 @@ update here") rather than a handshake refusal.
### 4.3 Handshake ack
Two fields inside the sealed configuration block (`_complete_handshake`,
-`webrtc_server.py:852`), so the interface can draw correct numbers before
+`webrtc/handshake.py`), so the interface can draw correct numbers before
anything is transferred:
```python