Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netstack: move TCP state to tcp package and cleanup probe #11171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

netstack: move TCP state to tcp package and cleanup probe

TCP probe support is implemented, unnecessarily, across the stack and and tcp
packages. It can live entirely in tcp. Additionally, it is only ever set at
initialization time, so support for dynamically adding/removing the probe isn't
necesary.

The probe is getting in the way of adding debugging for b/339664055.

@copybara-service copybara-service bot added the exported Issue was exported automatically label Nov 12, 2024
@copybara-service copybara-service bot force-pushed the test/cl695793246 branch 10 times, most recently from e060dc1 to 9844f34 Compare November 19, 2024 19:29
@copybara-service copybara-service bot force-pushed the test/cl695793246 branch 4 times, most recently from 764b316 to 3206e13 Compare November 22, 2024 01:01
TCP probe support is implemented, unnecessarily, across the stack and and tcp
packages. It can live entirely in tcp. Additionally, it is only ever set at
initialization time, so support for dynamically adding/removing the probe isn't
necesary.

The probe is getting in the way of adding debugging for b/339664055.

PiperOrigin-RevId: 695793246
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant