//! Layer 8 (Partial): Contested Environments for Net.
//!
//! Correlated failure detection and partition healing. Detects mass
//! failures, classifies them by subnet correlation, tracks partition
//! state, and reconciles divergent event logs after healing.
/// Subprotocol ID for partition coordination messages.
pub const SUBPROTOCOL_PARTITION: u16 = 0x0800;
/// Subprotocol ID for log reconciliation messages.
pub const SUBPROTOCOL_RECONCILE: u16 = 0x0801;
pub use ;
pub use ;
pub use ;