diff options
author | Ghanan Gowripalan <ghanan@google.com> | 2021-02-01 12:01:49 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-01 12:04:03 -0800 |
commit | ebd3912c0f7e4255f100a00d2ab27304dac70daa (patch) | |
tree | 89e28a48e7fcd6015d2c2af25a565937cb1d61c9 /nogo.yaml | |
parent | cbcebfea80bd59091e142cc6dad4192915194550 (diff) |
Refactor HandleControlPacket/SockError
...to remove the need for the transport layer to deduce the type of
error it received.
Rename HandleControlPacket to HandleError as HandleControlPacket only
handles errors.
tcpip.SockError now holds a tcpip.SockErrorCause interface that
different errors can implement.
PiperOrigin-RevId: 354994306
Diffstat (limited to 'nogo.yaml')
-rw-r--r-- | nogo.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,3 +156,4 @@ analyzers: internal: exclude: - pkg/sentry/fs/fdpipe/pipe_opener_test.go # False positive. + - pkg/tcpip/tests/integration/link_resolution_test.go # False positive. |