artillery-core 0.1.2

Fire-forged cluster management & Distributed data protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// DISCO = 34726
/// Default Service Discovery Port
pub const CONST_SERVICE_DISCOVERY_PORT: u16 = 34726;

// ARTIL = 27845
/// Default Epidemic Port
pub const CONST_INFECTION_PORT: u16 = 27845;

// Not sure MIO handles this correctly.
// Behave like this is the size. Normally 512 is enough.
/// Default UDP cast packet size
pub const CONST_PACKET_SIZE: usize = 1 << 16;