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)
Dec 23 2023, 1:44 AM
Unknown Object (File)
Nov 7 2023, 12:32 AM
Unknown Object (File)
Nov 6 2023, 2:37 AM
Unknown Object (File)
Oct 31 2023, 10:12 AM
Unknown Object (File)
Oct 19 2023, 2:48 AM
Unknown Object (File)
Oct 5 2023, 11:31 PM
Unknown Object (File)
Oct 5 2023, 1:34 AM
Unknown Object (File)
Sep 29 2023, 12:04 PM
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