gvisor/pkg/tcpip/transport/icmp
Tamir Duberstein 4f2439fb0e Use opaque types to represent time
Introduce tcpip.MonotonicTime; replace int64 in tcpip.Clock method
returns with time.Time and MonotonicTime to improve type safety and
ensure that monotonic clock readings are never compared to wall clock
readings.

PiperOrigin-RevId: 375775907
2021-05-25 13:00:29 -07:00
..
BUILD Add support for SO_REUSEADDR to UDP sockets/endpoints. 2020-06-10 23:49:26 -07:00
endpoint.go Use opaque types to represent time 2021-05-25 13:00:29 -07:00
endpoint_state.go Use opaque types to represent time 2021-05-25 13:00:29 -07:00
protocol.go Change tcpip.Error to an interface 2021-01-28 17:59:58 -08:00