Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

find gossip on leader IP #1100

Closed
Closed
@rob-solana

Description

@rob-solana

instead of hardcoding a port on the leader and distributing that, take an IP and sniff around (in FULLNODE_PORT_RANGE)

  • change --network in bench-tps, drone, and fullnode to accept an IP without a port specifier
  • enhance poll_gossip_for_leader() to iterate through FULLNODE_PORT_RANGE until a valid gossip response comes back
  • don't break other protocols, either:
    - move gossip into its own port range
    - robustify other protocol ports against gossip pings
    - accept gossip pings on all ports
  • simplify multinode scripts, take away the ":8001" assumption

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions