Skip to content

Commit 5d0d611

Browse files
committed
One full multipath way in config.
1 parent 7bbe5c3 commit 5d0d611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picoquic/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static option_table_line_t option_table[] = {
6767
"Use the specified congestion control algorithm: reno, cubic, bbr or fast. Defaults to bbr." },
6868
{ picoquic_option_SPINBIT, 'P', "spinbit", 1, "number", "Set the default spinbit policy" },
6969
{ 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)" },
7171
{ picoquic_option_DEST_IF, 'e', "dest_if", 1, "if", "Send on interface (default: -1)" },
7272
{ picoquic_option_CIPHER_SUITE, 'C', "cipher_suite", 1, "cipher_suite_id", "specify cipher suite (e.g. -C 20 = chacha20)" },
7373
{ picoquic_option_INIT_CNXID, 'i', "cnxid_params", 1, "per-text-lb-spec", "See documentation for LB compatible CID configuration" },

0 commit comments

Comments
 (0)