[][src]Module dsf_core::net

Net module contains high-level message objects used to communicate between peers to maintain the network, publish and subscribe to services, and exchange data. These can be converted to and from base objects for encoding/decoding.

Re-exports

pub use request::Request;
pub use request::RequestKind;
pub use response::Response;
pub use response::ResponseKind;
pub use response::Status;

Modules

request
response

Structs

Common

Enums

Message

Message is a network request or response message

Constants

BUFF_SIZE