Page MenuHomeFreeBSD

Responding properly to SYN-ACK
ClosedPublic

Authored by rrs on May 7 2020, 10:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 27 2024, 2:56 AM
Unknown Object (File)
Sep 20 2024, 1:28 PM
Unknown Object (File)
Sep 18 2024, 8:27 PM
Unknown Object (File)
Sep 17 2024, 8:18 PM
Unknown Object (File)
Sep 8 2024, 3:49 PM
Unknown Object (File)
Sep 2 2024, 7:22 PM
Unknown Object (File)
Jul 14 2024, 3:50 PM
Unknown Object (File)
Jul 4 2024, 9:20 AM
Subscribers

Details

Summary

When in the SYN-SENT state bbr and rack will not properly send an ACK but instead start the D-ACK timer. This
causes so_reuseport_lb_test to fail since it slows down how quickly the program runs until the timeout occurs
and fails the test.

Test Plan

Apply the fix and make sure that when bbr or rack is set as the default stack
so_reuseport_lb_test passes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable