File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 101101typedef struct st_picoquic_ns_client_t {
102102 uint64_t start_time ;
103103 picoquic_cnx_t * cnx ;
104- picoquic_congestion_algorithm_t * cc_algo ;
104+ picoquic_congestion_algorithm_t const * cc_algo ;
105105 char const * cc_option_string ;
106106 quicperf_ctx_t * quicperf_ctx ;
107107 picoquic_connection_id_t icid ;
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ typedef struct st_picoquic_ns_spec_t {
6161 uint64_t background_start_time ;
6262 const char * main_scenario_text ;
6363 const char * background_scenario_text ;
64- picoquic_congestion_algorithm_t * main_cc_algo ;
64+ picoquic_congestion_algorithm_t const * main_cc_algo ;
6565 char const * main_cc_options ;
66- picoquic_congestion_algorithm_t * background_cc_algo ;
66+ picoquic_congestion_algorithm_t const * background_cc_algo ;
6767 char const * background_cc_options ;
6868 int nb_connections ;
6969 double data_rate_in_gbps ; /* datarate, server to clients, defaults to 10 mbps */
You can’t perform that action at this time.
0 commit comments