forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make quic endpoints count configurable (#2035)
* Make number of quic_endpoints configurable * Fixed unit test errors * moved DEFAULT_QUIC_ENDPOINTS to quic::streamer * make tpu fwd to use the configured count of quic endpoints as well * show quic_endpoints count in stats * Addressed a few comments from Alessandro * use unwrap instead of expect as windows clippy complains about it * reverted changes to NonZeroUsize const init * argument name for tpu_num_quic_endpoints --> num_quic_endpoints --------- Co-authored-by: Lijun Wang <[email protected]>
- Loading branch information
1 parent
a71c8f7
commit 5f4a08c
Showing
5 changed files
with
55 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters