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)
Nov 16 2024, 10:44 AM
Unknown Object (File)
Oct 24 2024, 3:50 AM
Unknown Object (File)
Sep 23 2024, 1:01 PM
Unknown Object (File)
Sep 23 2024, 4:32 AM
Unknown Object (File)
Sep 22 2024, 7:33 PM
Unknown Object (File)
Sep 22 2024, 3:40 AM
Unknown Object (File)
Sep 18 2024, 6:38 PM
Unknown Object (File)
Sep 18 2024, 12:23 AM

Details

Summary

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

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: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.