Meshpocalypse Semantic
    Preparing search index...

    Interface MeshConfig

    interface MeshConfig {
        agentId: string;
        channel: string;
        hopLimit: number;
        name?: string;
        packetHistory?: PacketHistoryConfig;
        reliability?: ReliabilityConfig;
        role: AgentRole;
        transport: { nats?: TransportConfig };
    }
    Index

    Properties

    agentId: string
    channel: string
    hopLimit: number
    name?: string
    packetHistory?: PacketHistoryConfig
    reliability?: ReliabilityConfig
    role: AgentRole
    transport: { nats?: TransportConfig }