Documentation
    Preparing search index...
    CURRENT_ACCESS_PROTOCOL: "/peerkit/access/v1"

    Identifier for the current network access protocol in peerkit.

    Stream lifecycle: opened by the initiator on every new connection. A request/response exchange, concluded by an ACK byte by the initiator:

    1. Initiator sends its NetworkAccessBytes.
    2. Responder evaluates them and sends back its own NetworkAccessBytes. It registers another listener to receive the final ACK byte and then closes its write end.
    3. Initiator receives the response and evaluates it. If valid, it sends the ACK byte and then closes its write end.

    The stream is fully reclaimed once both ends close. The connection remains open.

    Network access bytes must not exceed 256 KiB in size.