Page MenuHomeFreeBSD

rack: drop connection synchronously, when we can
ClosedPublic

Authored by glebius on Dec 10 2021, 2:47 AM.
Tags
None
Referenced Files
F110471822: D33368.diff
Tue, Feb 18, 10:11 PM
Unknown Object (File)
Sun, Feb 2, 3:58 PM
Unknown Object (File)
Tue, Jan 28, 4:32 PM
Unknown Object (File)
Fri, Jan 24, 7:25 PM
Unknown Object (File)
Wed, Jan 22, 9:37 PM
Unknown Object (File)
Mon, Jan 20, 6:25 AM
Unknown Object (File)
Jan 15 2025, 2:04 PM
Unknown Object (File)
Jan 15 2025, 1:40 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 43274
Build 40162: 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.