qdeconinck/mp-quic

How to install MPQUIC in a VM?

NotreDameDeParis opened this issue · 2 comments

I just do as the steps mentioned in https://multipath-quic.org/2017/12/09/artifacts-available.html
image
Unfortunately,when i run the "go get -t -u ./...",
image
It showed the error above.
Could you please tell me why this happened and how i can solve this problem?

@NotreDameDeParis This must've happened because of the rapid development of quic-go project, mean while the mp-quic project isn't active anymore. As of now, it works correctly without any problems. In case you find any errors, you can always git reset quic-go to an earlier commit and then try the rest of the process.

Actually I tested MP-QUIC using the provided VM I saved the go folder contained in the /home/mininet and I installed the go1.9.2. You can test MP-QUIC by running ~/go/bin/example as a server and ~/go/bin/client_benchmark as client (thus 2 separate VMs).

NOTE

To generate an help message from the binaries run the program with -qwerty flag,
e.g., ~/go/bin/example -qwerty

Ubuntu 14.04.6

As an alternative you can prepare a new VM but I noted that for the version of Ubuntu > 14.04 (the same used in their VM) you the MP-QUIC does not work properly