Skip to content

Commit

Permalink
doc: fix TCPRcvCollapsed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0034 committed Jun 21, 2024
1 parent ca6468b commit 973f268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info/v1/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ type TcpAdvancedStat struct {
// The number of retransmits failed, including FastRetrans, SlowStartRetrans
TCPRetransFail uint64

// he number of packets collapsed in receive queue due to low socket buffer
// The number of packets collapsed in receive queue due to low socket buffer
TCPRcvCollapsed uint64
// The number of DSACKs sent for old packets
TCPDSACKOldSent uint64
Expand Down

0 comments on commit 973f268

Please sign in to comment.