@@ -67,7 +67,7 @@ static option_table_line_t option_table[] = {
67
67
"Use the specified congestion control algorithm: reno, cubic, bbr or fast. Defaults to bbr." },
68
68
{ picoquic_option_SPINBIT , 'P' , "spinbit" , 1 , "number" , "Set the default spinbit policy" },
69
69
{ picoquic_option_LOSSBIT , 'O' , "lossbit" , 1 , "number" , "Set the default lossbit policy" },
70
- { picoquic_option_MULTIPATH , 'M' , "multipath" , 1 , "number" , "Multipath option: none(0), full(1), simple(2), both(3), unique(4), all (7) " },
70
+ { picoquic_option_MULTIPATH , 'M' , "multipath" , 1 , "number" , "Multipath option: none(0), full(1), simple(2), both(3)" },
71
71
{ picoquic_option_DEST_IF , 'e' , "dest_if" , 1 , "if" , "Send on interface (default: -1)" },
72
72
{ picoquic_option_CIPHER_SUITE , 'C' , "cipher_suite" , 1 , "cipher_suite_id" , "specify cipher suite (e.g. -C 20 = chacha20)" },
73
73
{ picoquic_option_INIT_CNXID , 'i' , "cnxid_params" , 1 , "per-text-lb-spec" , "See documentation for LB compatible CID configuration" },
0 commit comments