netdev
[Top] [All Lists]

Re: patch - SNMP Kernel Counters

To: Andi Kleen <ak@xxxxxx>
Subject: Re: patch - SNMP Kernel Counters
From: Mark Price <mkprice@xxxxxxxxxx>
Date: Thu, 4 Oct 2001 10:11:16 -0700 (PDT)
Cc: <netdev@xxxxxxxxxxx>, <davem@xxxxxxxxxx>, <kuznet@xxxxxxxxxxxxx>
In-reply-to: <20011004114917.57615@xxxxxxxxxxxx>
Sender: owner-netdev@xxxxxxxxxxx
Thanks for the info Andi, in terms of the patch this is easy to resolve
the MIB definition of tcpRtoAlgorithm is:

tcpRtoAlgorithm OBJECT-TYPE
    SYNTAX  INTEGER {
                other(1),    -- none of the following

                constant(2), -- a constant rto
                rsre(3),     -- MIL-STD-1778, Appendix B
                vanj(4)      -- Van Jacobson's algorithm [10]
            }

I'll recode it as other(1), and resubmit the patch.

Cheers, Mark.

> That's not quite correct. 2.4 doesn't use the Van Jacobson algorithm anymore
> (see ftp.inr.ac.ru:/ip-routing/README.rto). I don't know what the right
> value should be however.
>
> -Andi
>
>


<Prev in Thread] Current Thread [Next in Thread>