Turns out that BBR does not currently handle retransmitted SYN's well. So
lets fix it so it does. Also fix it so it will send a RST if it has one to send.
The problem was reported by ankitraheja09@gmail.com
Differential D24693
Fix an issue with retransmitted SYN's as well as sending RST's rrs on May 4 2020, 9:59 PM. Authored by Tags None Referenced Files
Details
Turns out that BBR does not currently handle retransmitted SYN's well. So The problem was reported by ankitraheja09@gmail.com Michael Tuexen has developed two nice test utilities in pkt drill For the SYN --ip_version=ipv4 +0.000 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3 And for the RST --ip_version=ipv4 +0.000 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
Diff Detail
Event TimelineComment Actions Please give in the commit message ankitraheja09@gmail.com credit for reporting the issues to rscheff@. |