Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompactPeer ¶
func (*CompactPeer) UnmarshalBinary ¶
func (cp *CompactPeer) UnmarshalBinary(b []byte) (err error)
type CompactPeers ¶
type CompactPeers []CompactPeer
func (*CompactPeers) UnmarshalBencode ¶
func (me *CompactPeers) UnmarshalBencode(bb []byte) (err error)
func (*CompactPeers) UnmarshalBinary ¶
func (me *CompactPeers) UnmarshalBinary(b []byte) (err error)
func (CompactPeers) WriteBinary ¶
func (me CompactPeers) WriteBinary(w io.Writer) error
Click to show internal directories.
Click to hide internal directories.