Always retain the route in the tcp and fake transport endpoints on connect
Open
revived
type: bug
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
**Description**
Currently the tcp endpoint and [fakeTransportEndpoint](https://cs.opensource.google/gvisor/gvisor/+/master:pkg/tcpip/stack/transport_test.go;l=149?ss=gvisor) 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.
Contributor guide
Assessment
This issue has not been assessed yet.