[Bug 219991] [PATCH] TCP process bogus packets with too large ACK
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 18 14:56:12 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219991
Michael Tuexen <tuexen at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tuexen at freebsd.org
--- Comment #1 from Michael Tuexen <tuexen at freebsd.org> ---
Can you provide a .pcap file? Whether the reaction from the FreeBSD side is OK
not not depends on SEG.SEQ of the received ACK segments. Unfortunately, tcpdump
doesn't how SEG.SEQ for the ACK segments.
Please note that https://tools.ietf.org/html/rfc793#section-3.9, page 69,
specifies the conditions under which a received TCP segment is acceptable. If
the received ACK is not acceptable (this depends on SEG.SEQ), an ACK as the one
being sent has to be sent.
So seeing the SEG.SEQ of the ACK segments is crucial here.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list