Replies: 2 comments 12 replies
-
Can you try a release build? |
Beta Was this translation helpful? Give feedback.
7 replies
-
I am having the same problem... When testing QUIC against TCP, I got 100Mbps (encryption enabled) or 300Mbps (encryption disabled) vs 936Mbps on a 1Gbps network (Two Raspberry Pi 4 and a Dell 2048 -- 10Gbps switch (10Gbps and 1Gbps Interfaces)). I understand that with encryption the CPU becomes a bottleneck, and without it, CONGESTION_CONTROL uses a lot of time blocking the flow (we can send a lot more packets now). Do we know any solution to that? Can we increase the throughput? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to evaluate the maximum throughput of peer-to-peer transmission. The NIC I'm using is from Mellanox CX-6 series. The port rate is 100Gbps, but the throughput of quic is only around 100kps, for both local and peer-to-peer testing.
I run the local test as follow:
In section 1:
In section 2:
I monitored the CPU usage during the test and the usage is almost zero. In the same scenario, TCP throughput can reach 13G and CPU usage can reach 100%.
I build the repository on Ubuntu18.04.
Beta Was this translation helpful? Give feedback.
All reactions