[Bug 265154] tcp: syncache_expand() potential race

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 12 Jul 2022 12:23:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265154

Michael Tuexen <tuexen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tuexen@freebsd.org

--- Comment #1 from Michael Tuexen <tuexen@freebsd.org> ---
I guess you are referring to a race between
a) an incoming ACK segment being the third segment of the three way hand shake
b) an incoming non-SYN segment (for example the first data segment from the
peer
The non-SYN segment is responded with a RST, right?
If that is true, I discussed such a race with glebius@ recently...

-- 
You are receiving this mail because:
You are the assignee for the bug.