diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-24 10:36:54 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-24 16:45:38 +0200 |
| commit | 41b814483cf990d855188899332b90fc525135b7 (patch) | |
| tree | 7049a38f8907f14f76addc3b7faf9922016ef36e /docs | |
| parent | 600a6dfe3779b9cd82d4e0cb94c6f6e7df21ab20 (diff) | |
| download | meshbay-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.md | 2 |
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 |