Skip to content

Commit f4215fd

Browse files
committed
/p/78: Add note on retr count between TLB / RR
1 parent 3664b6d commit f4215fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_posts/2026/2026-02-16-bonding-iperf3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ The gap between RR and TLB no longer exists, and differences in retransmissions
102102
In particular, due to Cwnd falling under 4 MiB, or possibly just random network fluctuation, retransmission to destination C is observed for the first time.
103103
It's also interesting to note that the difference in Cwnd size between BBR and CUBIC increased to 5x, compared to some 3 ~ 3.5x in single-stream case.
104104

105+
However, the numbers of retransmissions are lower by magnitudes in TLB bond mode than in RR mode.
106+
I believe this is because the latencies to destinations A and B have very high variation compared to their means (averages), which will result in high number of reordered packets when packets from the same stream are distributed through two underlying interfaces.
107+
105108
## Bottom line
106109

107110
I did a set of rudimentary experiments in this article, and TCP upload is only a very generic use case.

0 commit comments

Comments
 (0)