Fw: TcpOutSegs in tcp_mib not RFC1213 compliant?
From: Randy.Dunlap <hidden>
Date: 2003-08-06 20:20:32
From: Randy.Dunlap <hidden>
Date: 2003-08-06 20:20:32
This would be more appropriate on the netdev mailing list. (from lkml) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Date: Tue, 5 Aug 2003 20:01:22 -0400 From: Lev Makhlis <redacted> To: linux-kernel@vger.kernel.org Subject: TcpOutSegs in tcp_mib not RFC1213 compliant? Hi,
From looking at net/ipv4/tcp_output.c, TcpOutSegs counts all
outgoing packets, including pure retransmits. This seems
to contradict RFC 1213 (MIB-II):
tcpOutSegs OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of segments sent, including
those on current connections but excluding those
containing only retransmitted octets."
::= { tcp 11 }
Is that intentional or an oversight?
Lev
-