Joseph Beshay
Joseph Beshay
Thanks @barracuda156. I am able to reproduce the issue. It looks like the target_link_libraries for several of the mvfst libraries need updating in the CMakeLists files. Building the shared libraries...
Are your connections going through a proxy? Can you try to download the same files using `curl -v`?
This is an old issue, but happy to take PRs if someone is interested in making this happen.
Are you still having issues compiling on Ubuntu 22? If yes, could you please share a log showing the error. I only see warnings in the one above so you...
Please use one of these scripts to build proxygen: https://github.com/facebook/proxygen/blob/main/proxygen/build.sh https://github.com/facebook/proxygen/blob/main/getdeps.sh As you've already noticed in https://github.com/facebook/proxygen/issues/497, the build.sh installs the required dependencies including libsodium
Is this issue still occurring? I have not been able to reproduce the issue. Could you share more about the specific setup you are using?
I don't have a raspberry pi to try to reproduce the issue at the moment but the "Input/output error" indicates that the link may have been down momentarily. Given it...
Thanks @marten-seemann. The CLA signed label is there now so the CLA checker must have run later. For the QUIC version, It's probably better to include QUIC_V1 and MVFST to...
Using the system packages and stripping the debug symbols should not have impact on tperf throughput. Although stripping the debug symbols could make it harder for you to debug issues,...