Versions in this module Expand all Collapse all v0 v0.2.0 Sep 6, 2024 v0.1.0 Aug 24, 2024 Changes in this version + type Handshake struct + InfoHash []byte + PeerID []byte + Protocol string + Reserved []byte + func InitHandshake(rw io.ReadWriter, infoHash []byte, peerID []byte) (*Handshake, error) + func New(infoHash []byte, peerID []byte) *Handshake + func (h *Handshake) Serialize() []byte