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
}