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 101
101
typedef struct st_picoquic_ns_client_t {
102
102
uint64_t start_time ;
103
103
picoquic_cnx_t * cnx ;
104
- picoquic_congestion_algorithm_t * cc_algo ;
104
+ picoquic_congestion_algorithm_t const * cc_algo ;
105
105
char const * cc_option_string ;
106
106
quicperf_ctx_t * quicperf_ctx ;
107
107
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 {
61
61
uint64_t background_start_time ;
62
62
const char * main_scenario_text ;
63
63
const char * background_scenario_text ;
64
- picoquic_congestion_algorithm_t * main_cc_algo ;
64
+ picoquic_congestion_algorithm_t const * main_cc_algo ;
65
65
char const * main_cc_options ;
66
- picoquic_congestion_algorithm_t * background_cc_algo ;
66
+ picoquic_congestion_algorithm_t const * background_cc_algo ;
67
67
char const * background_cc_options ;
68
68
int nb_connections ;
69
69
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