Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions info/v1/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,9 @@ type TcpAdvancedStat struct {
// The number of invalid SYN cookies received
SyncookiesFailed uint64

// The number of packets pruned from receive queue because of socket buffer overrun
// The number of times the TCP stack tries to reclaim memory for a socket
PruneCalled uint64
// The number of packets pruned from receive queue
// The number of packets pruned from receive queue because of socket buffer overrun
RcvPruned uint64
// The number of packets dropped from out-of-order queue because of socket buffer overrun
OfoPruned uint64
Expand Down