diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-21 00:25:31 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-21 00:25:31 +0000 |
commit | ef9580a3ab4b653184f288833035ae8157d28fe8 (patch) | |
tree | 754f8e5c3dc9f6bc53d51cdaef166dec03142988 /pkg/tcpip | |
parent | 783131b78c72e6b7fc6e505c806ba22168e19e64 (diff) | |
parent | 16ba350314b457a8d1dcdf17040b75b7a4e646cb (diff) |
Merge release-20201005.0-115-g16ba35031 (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/transport/tcp/sack_scoreboard.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/transport/tcp/sack_scoreboard.go b/pkg/tcpip/transport/tcp/sack_scoreboard.go index 7ef2df377..833a7b470 100644 --- a/pkg/tcpip/transport/tcp/sack_scoreboard.go +++ b/pkg/tcpip/transport/tcp/sack_scoreboard.go @@ -164,7 +164,7 @@ func (s *SACKScoreboard) IsSACKED(r header.SACKBlock) bool { return found } -// Dump prints the state of the scoreboard structure. +// String returns human-readable state of the scoreboard structure. func (s *SACKScoreboard) String() string { var str strings.Builder str.WriteString("SACKScoreboard: {") |