google / gvisor

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

Always retain the route in the tcp and fake transport endpoints on connect #5153

Open peterthejohnston opened 3 years ago

peterthejohnston commented 3 years ago

Description

Currently the tcp endpoint and fakeTransportEndpoint release the route on connect rather than retaining it. Since multiple connect calls are permitted, it might make sense to retain the route rather than releasing it every time.

github-actions[bot] commented 1 year ago

A friendly reminder that this issue had no activity for 120 days.

github-actions[bot] commented 10 months ago

This issue has been closed due to lack of activity.

github-actions[bot] commented 10 months ago

There are TODOs still referencing this issue:

  1. pkg/tcpip/stack/transport_test.go:84: Consider retaining the route.

Search TODO

github-actions[bot] commented 6 months ago

A friendly reminder that this issue had no activity for 120 days.