package relay

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Relay

relay.proto:7

Relay is a service that provides access to public relay functionality.

message ChunkRequest

relay.proto:89

A request for chunks within a specific blob. Requests are fulfilled in all-or-nothing fashion. If any of the requested chunks are not found or are unable to be fetched, the entire request will fail.

Used in: GetChunksRequest

message ChunkRequestByIndex

relay.proto:70

A request for chunks within a specific blob. Each chunk is requested individually by its index.

Used in: ChunkRequest

message ChunkRequestByRange

relay.proto:78

A request for chunks within a specific blob. Each chunk is requested a range of indices.

Used in: ChunkRequest