Expand description
P2P protocols
Macros§
Structs§
- FudAnnounce
- Message representing a node announcing a key on the network
- FudChunk
NotFound - Message representing a reply when a chunk is not found
- FudChunk
Reply - Message representing a chunk reply from the network
- FudChunk
Request - Message representing a find chunk request from the network
- FudDirectory
Reply - Message representing a directory reply from the network
- FudFile
Reply - Message representing a file reply from the network
- FudMetadata
NotFound - Message representing a reply when a metadata is not found
- FudMetadata
Request - Message representing a find file/directory request from the network
- FudNodes
Reply - Message representing a find nodes reply on the network
- FudNodes
Request - Message representing a find nodes request on the network
- FudPing
Reply - Message representing a ping reply on the network
- FudPing
Request - Message representing a ping request on the network
- FudSeeders
Reply - Message representing a find seeders reply on the network
- FudSeeders
Request - Message representing a find seeders request on the network
- Protocol
Fud - P2P protocol implementation for fud.
Traits§
- Resource
Message - Trait for resource-specific messages. Adds a method to get the resource’s hash from the message.