gvisor/pkg/tcpip/transport/tcpconntrack
Zeling Feng 2a888a106d Give TCP flags a dedicated type
- Implement Stringer for it so that we can improve error messages.
- Use TCPFlags through the code base. There used to be a mixed usage of byte,
  uint8 and int as TCP flags.

PiperOrigin-RevId: 361940150
2021-03-09 18:00:03 -08:00
..
BUILD Support for connection tracking of TCP packets. 2020-05-01 16:59:40 -07:00
tcp_conntrack.go garbage collect connections 2020-07-13 12:00:46 -07:00
tcp_conntrack_test.go Give TCP flags a dedicated type 2021-03-09 18:00:03 -08:00