Skip to content

Commit

Permalink
Merge pull request #3550 from 0x0034/doc/fixTCPRcvCollapsedComment
Browse files Browse the repository at this point in the history
doc: fix TCPRcvCollapsed comment
  • Loading branch information
iwankgb committed Jun 28, 2024
2 parents 7ea3a90 + 973f268 commit 89f779d
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 89f779d

Please sign in to comment.