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)
Thu, Mar 28, 5:38 AM
Unknown Object (File)
Feb 22 2024, 10:44 PM
Unknown Object (File)
Feb 21 2024, 11:53 PM
Unknown Object (File)
Feb 18 2024, 8:56 AM
Unknown Object (File)
Jan 12 2024, 2:27 PM
Unknown Object (File)
Dec 20 2023, 4:16 AM
Unknown Object (File)
Dec 14 2023, 4:00 AM
Unknown Object (File)
Dec 8 2023, 12:34 AM

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.