RTCForge API Reference v1.1.1
    Preparing search index...

    Interface GossipMessage

    A gossip round's payload: the sender's view of the cluster.

    interface GossipMessage {
        from: string;
        members: GossipEntry[];
    }
    Index

    Properties

    Properties

    from: string

    Address of the node that sent this message.

    members: GossipEntry[]

    The sender's current view of every known node (self included).