[Bug 217637] One TCP connection accepted TWO times
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 9 05:20:39 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217637
--- Comment #91 from Richard Russo <freebsd at ruka.org> ---
For us, this may have limited effect, because our icmplim is much higher than
the default (16k), because we do want to send closed port RSTs in high
volumewhen our service ports are closed. This patch should keep our system
available, but we'd still be sending out a rather large number of acks on these
broken connections. Given that r317208 means we only see this condition when
the syncache overflows, this may be a reasonable trade off.
I have been thinking that it might be useful if these acks (or other unexpected
packets) would actually push the connection into one of the existing state
recovery behaviors, such as immediately triggering a keepalive sequence if one
wasn't already ongoing. That's certainly a larger change though.
I'll get this patch up somewhere and let you know how it goes.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list