Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

low throughput for tperf using bbr #233

Open
habt opened this issue Feb 8, 2022 · 0 comments
Open

low throughput for tperf using bbr #233

habt opened this issue Feb 8, 2022 · 0 comments

Comments

@habt
Copy link

habt commented Feb 8, 2022

Hi, I used to be able to get a throughput above 420 Mbps while running tperf from an old commit of mvfst (792c0a7) with tperf using BBR over a 500Mbps, 30ms RTT bottleneck. But after updating to the latest mvfst, I am only able to get a throughput of about 60Mbps. My tperf calls are the same for both commits.

server:
./tperf -congestion=bbr -pacing=true --max_cwnd_mss=4294967295 --num_streams=1 -gso=true -max_receive_packet_size=50000 -host=10.10.2.1 -port=6666

client:
./tperf -mode client -congestion=bbr -pacing=true -window 1044674407370955161 -gso=true -max_receive_packet_size=50000 -duration=60 -host=10.10.2.1 -port=6666

I am hoping to know if I am missing any new configuration settings that are required for BBR in latest mvfst versions or if it is something else. Cubic performs the same for both commits.

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant