code wiki / peer
topic: peer
9 modules sharing the peer name family (derived from the tree's prefix discipline).
The 'peer' topic family in the Nishi sovereign ecosystem handles peer-to-peer communication and data exchange within the torrent protocol. Modules like nx_peer_handshake establish connections using BEP-3, while nx_peer_download transfers multi-block pieces to local storage. nx_peer_meta_live retrieves real torrent metadata, ensuring accurate data retrieval and verification across the network.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_peer_connect_live.nx | LIVE BEP-3 handshake with a REAL peer (X-TORRENT-LIVE-001 L3a): | 145 | 8 |
| nx_peer_download.nx | DOWNLOAD a multi-block piece off a peer + WRITE it to a LOCAL FILE, | 166 | 7 |
| nx_peer_ext_handshake.nx | BEP-10 extension-protocol handshake (X-TORRENT-LIVE-001 R3a): the | 138 | 9 |
| nx_peer_handshake.nx | BEP-3 peer-wire HANDSHAKE over a real TCP connection (X-TORRENT-LIVE-001 | 122 | 6 |
| nx_peer_meta_live.nx | fetch the REAL torrent metadata from a REAL peer (X-TORRENT-LIVE-001 L3b): | 177 | 6 |
| nx_peer_metadata.nx | BEP-9 ut_metadata FETCH + sha1-verify the info-dict (X-TORRENT-LIVE-001 | 182 | 10 |
| nx_peer_piece.nx | BEP-3 REQUEST/PIECE block transfer + sha1 verify (X-TORRENT-LIVE-001 R4-b): | 145 | 7 |
| nx_peer_piece_live.nx | download a REAL data piece from a REAL peer + sha1-verify it against the | 179 | 2 |
| nx_peer_review.nx | who watches the watchers. The evaluators must themselves be checked, or the | 44 | 5 |