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.

moduledescriptionlinesfuncs
nx_peer_connect_live.nxLIVE BEP-3 handshake with a REAL peer (X-TORRENT-LIVE-001 L3a):1458
nx_peer_download.nxDOWNLOAD a multi-block piece off a peer + WRITE it to a LOCAL FILE,1667
nx_peer_ext_handshake.nxBEP-10 extension-protocol handshake (X-TORRENT-LIVE-001 R3a): the1389
nx_peer_handshake.nxBEP-3 peer-wire HANDSHAKE over a real TCP connection (X-TORRENT-LIVE-0011226
nx_peer_meta_live.nxfetch the REAL torrent metadata from a REAL peer (X-TORRENT-LIVE-001 L3b):1776
nx_peer_metadata.nxBEP-9 ut_metadata FETCH + sha1-verify the info-dict (X-TORRENT-LIVE-00118210
nx_peer_piece.nxBEP-3 REQUEST/PIECE block transfer + sha1 verify (X-TORRENT-LIVE-001 R4-b):1457
nx_peer_piece_live.nxdownload a REAL data piece from a REAL peer + sha1-verify it against the1792
nx_peer_review.nxwho watches the watchers. The evaluators must themselves be checked, or the445