Skip to content

Commit 89f779d

Browse files
authored
Merge pull request #3550 from 0x0034/doc/fixTCPRcvCollapsedComment
doc: fix TCPRcvCollapsed comment
2 parents 7ea3a90 + 973f268 commit 89f779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/v1/container.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ type TcpAdvancedStat struct {
629629
// The number of retransmits failed, including FastRetrans, SlowStartRetrans
630630
TCPRetransFail uint64
631631

632-
// he number of packets collapsed in receive queue due to low socket buffer
632+
// The number of packets collapsed in receive queue due to low socket buffer
633633
TCPRcvCollapsed uint64
634634
// The number of DSACKs sent for old packets
635635
TCPDSACKOldSent uint64

0 commit comments

Comments
 (0)