Skip to content
Discussion options

You must be logged in to vote

Previous answer was sent over email, and is a bit garbled. The actual answers are:

  1. The option "-A ::/0" ask picoquic to exercise multipath by using two different port numbers. This is useful for testing the multipath code, but the two paths will share the same IP.

  2. If you want to actually test multipath, the client should be configured with multiple IP addresses. In Picoquicdemo, they should be documented using the A option.

The syntax of picoquicdemo options can be shown using picoquicdemo -h. It will show:

  -A "ip/ifindex[,ip/ifindex]"  IP and interface index for multipath alternative
                        path, e.g. "10.0.0.2/3,10.0.0.3/4". This option only
                    …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by huitema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants