On Mon, Nov 19, 2018 at 10:51 AM Stephen Hemminger
wrote:
>
> On Fri, 16 Nov 2018 11:17:40 -0800
> yupeng wrote:
>
> > +* TcpInSegs
> > +Defined in `RFC1213 tcpInSegs`_
> > +
> > +.. _RFC1213 tcpInSegs: https://tools.ietf.org/html/rfc1213#page-48
> > +
> > +The number of packets received by the T
On Fri, 16 Nov 2018 11:17:40 -0800
yupeng wrote:
> +* TcpInSegs
> +Defined in `RFC1213 tcpInSegs`_
> +
> +.. _RFC1213 tcpInSegs: https://tools.ietf.org/html/rfc1213#page-48
> +
> +The number of packets received by the TCP layer. As mentioned in
> +RFC1213, it includes the packets received in erro
From: yupeng
Date: Fri, 16 Nov 2018 11:17:40 -0800
> Add explanations of some generic TCP counters, fast open
> related counters and TCP abort related counters and several
> examples.
>
> Signed-off-by: yupeng
Applied.
Add explanations of some generic TCP counters, fast open
related counters and TCP abort related counters and several
examples.
Signed-off-by: yupeng
---
Documentation/networking/snmp_counter.rst | 525 +-
1 file changed, 524 insertions(+), 1 deletion(-)
diff --git a/Document