Page MenuHomeFreeBSD

rack: drop connection synchronously, when we can
ClosedPublic

Authored by glebius on Dec 10 2021, 2:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 3 2024, 7:42 AM
Unknown Object (File)
Nov 28 2024, 6:40 AM
Unknown Object (File)
Oct 29 2024, 9:39 PM
Unknown Object (File)
Oct 25 2024, 10:37 PM
Unknown Object (File)
Oct 9 2024, 1:34 AM
Unknown Object (File)
Sep 21 2024, 10:45 PM
Unknown Object (File)
Sep 17 2024, 5:01 PM
Unknown Object (File)
Sep 16 2024, 1:15 PM

Details

Summary

For all functions that are leaves of tcp_input() call
ctf_do_dropwithreset_conn() instead of ctf_do_dropwithreset(), cause
we always got tp and we want it to be dropped.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43317
Build 40205: arc lint + arc unit

Event Timeline

tuexen added a subscriber: tuexen.

You might want to check what rrs@ thinks...

This revision is now accepted and ready to land.Dec 10 2021, 12:04 PM
This revision now requires review to proceed.Dec 13 2021, 6:14 PM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 26 2021, 4:50 PM
This revision was automatically updated to reflect the committed changes.