Package me.edwards.des.net.packet

Class Summary
Packet Handles packaging and unpackaging of Packets sent between Nodes in the DES system.

Created on: Oct 17, 2015 at 9:08:41 AM
PacketAddr Address Packet

This packet is sent as a response to a PacketGetAddr with a list of the responding node's known peers.
PacketBallot Ballot Packet

This packet is used to transfer Ballot data between Nodes.

Created on: Nov 3, 2015 at 10:28:29 AM
PacketBlock Block Packet

This packet is used to transfer Block data between Nodes.

Created on: Nov 3, 2015 at 10:28:29 AM
PacketGetAddr Get Address Packet

This packet is sent to request address information from other Nodes during the bootstrap process.

Created on: Oct 17, 2015 at 9:12:01 AM
PacketGetBlocks Get Blocks Packet

This packet is sent to request Block information from other Nodes during the bootstrap process.

Created on: Oct 17, 2015 at 9:12:01 AM
PacketGetData Get Data Packet

This packet is sent to request a particular piece, or pieces, of data.

Created on: Nov 3, 2015 at 10:06:19 AM
PacketInv Inventory Packet

This packet is sent to advertise knowledge of a particular piece, or pieces, of data.

Created on: Nov 3, 2015 at 9:17:44 AM
PacketInv.InvVector Inventory Vector contains the hash of the inventory object and its type.
PacketNotFound Not Found Packet

This packet is sent to signal that a specified resource in a PacketGetData could not be found.

Created on: Nov 3, 2015 at 10:19:25 AM
PacketPing Ping Packet

This packet is sent to request a response from its destination Node.

Created on: Oct 17, 2015 at 9:12:01 AM
PacketPong Pong Packet

This packet is sent as a response to a PacketPing.

Created on: Oct 17, 2015 at 9:12:01 AM
PacketVerack Version Acknowledge Packet

This is used in the handshake protocol for the DES system and confirms that a handshake is complete.

Created on: Oct 17, 2015 at 9:12:01 AM
PacketVersion Version Packet

This is used in the handshake protocol for the DES system and contains version, block count, and time.

Created on: Oct 17, 2015 at 9:12:01 AM
 

Enum Summary
Packet.PacketTypes Enumerates all the types of Packets and their ID's.

Created on: Jan 4, 2015 at 10:50:45 AM