google / gvisor

Application Kernel for Containers
https://gvisor.dev
Apache License 2.0
15.86k stars 1.3k forks source link

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

Open copybara-service[bot] opened 1 week ago

copybara-service[bot] commented 1 week ago

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.