summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/udp/endpoint.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-10-07 21:09:10 +0000
committergVisor bot <gvisor-bot@google.com>2021-10-07 21:09:10 +0000
commite73679d58c108590c22a2ec269cd2d7e9aff50dd (patch)
tree1da5000a87e4a31ce17fd9f1af2a196df1fced12 /pkg/tcpip/transport/udp/endpoint.go
parentd3d3a0f6cd35fd3f7175667d4babc3a81cb27177 (diff)
parenta7045f051f7bcdca079cdb0636f728a18b609121 (diff)
Merge release-20210927.0-44-ga7045f051 (automated)
Diffstat (limited to 'pkg/tcpip/transport/udp/endpoint.go')
-rw-r--r--pkg/tcpip/transport/udp/endpoint.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/transport/udp/endpoint.go b/pkg/tcpip/transport/udp/endpoint.go
index 049957b81..39b1e08c0 100644
--- a/pkg/tcpip/transport/udp/endpoint.go
+++ b/pkg/tcpip/transport/udp/endpoint.go
@@ -233,7 +233,7 @@ func (e *endpoint) Read(dst io.Writer, opts tcpip.ReadOptions) (tcpip.ReadResult
// Control Messages
cm := tcpip.ControlMessages{
HasTimestamp: true,
- Timestamp: p.receivedAt.UnixNano(),
+ Timestamp: p.receivedAt,
}
switch p.netProto {