deprecated (from v2.1.0)
last updated:

num_quic_endpoints

The number of QUIC endpoints used for TPU and TPU-Forward. It can be increased to increase network ingest throughput, at the expense of higher CPU and general validator load.

timeline overview

introduced

v2.1.0

deprecated

v2.1.0

removed

n/a

reactivated

n/a

note: this is a hidden cli argument.

raw details (from release v2.2.3):

{
  "name": "num_quic_endpoints",
  "properties": {
    "long": "num-quic-endpoints",
    "takes_value": "true",
    "default_value": "&default_args.num_quic_endpoints",
    "validator": "is_parsable::<usize>",
    "hidden": "hidden_unless_forced()",
    "help": "The number of QUIC endpoints used for TPU and TPU-Forward. It can be increased to \\\n                       increase network ingest throughput, at the expense of higher CPU and general \\\n                       validator load."
  },
  "isDeprecated": true
}