Module bip_peer::message [] [src]

Serializable and deserializable protocol messages.

Structs

BitFieldIter

Iterator for a BitFieldMessage to HaveMessages.

BitFieldMessage

Message for notifying a peer of all of the pieces you have.

CancelMessage

Message for cancelling a RequestMessage sent to a peer.

HaveMessage

Message for notifying a peer of a piece that you have.

PieceMessage

Message for sending a block to a peer.

PortMessage

Message for notifying a peer of our DHT port.

RequestMessage

Message for requesting a block from a peer.

Enums

BitsExtensionMessage

Enumeration of messages for PeerWireProtocolMessage, activated via Extensions bits.

NullProtocolMessage

Enumeration of messages for NullProtocol.

PeerWireProtocolMessage

Enumeration of messages for PeerWireProtocol.