Page MenuHomeFreeBSD

bbr: drop packet synchronously in ctf_do_dropwithreset_conn()
ClosedPublic

Authored by glebius on Dec 10 2021, 2:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 28, 4:13 AM
Unknown Object (File)
Sat, Mar 22, 7:47 PM
Unknown Object (File)
Wed, Mar 12, 6:58 PM
Unknown Object (File)
Tue, Mar 11, 12:14 AM
Unknown Object (File)
Sat, Mar 8, 11:30 AM
Unknown Object (File)
Mar 5 2025, 9:13 PM
Unknown Object (File)
Feb 27 2025, 3:01 AM
Unknown Object (File)
Feb 24 2025, 11:10 PM

Details

Summary

This function is always called from tcp_do_segment() method, that
can drop tcpcb and return unlocked.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43273
Build 40161: 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:03 PM

Fix a bug, rebase, update descr.

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.