netdev
[Top] [All Lists]

tcp_mib questions

To: linux-net@xxxxxxxxxxxxxxx
Subject: tcp_mib questions
From: "Randy.Dunlap" <rddunlap@xxxxxxxx>
Date: Wed, 26 Mar 2003 14:27:24 -0800
Cc: netdev@xxxxxxxxxxx
Organization: OSDL
Sender: netdev-bounce@xxxxxxxxxxx
Hi,

Looking at the Linux tcp_mib, these fields are not updated (set)
AFAICT:

1.      unsigned long   TcpRtoAlgorithm;
2.      unsigned long   TcpRtoMin;
3.      unsigned long   TcpRtoMax;

What retransmit algorithm does Linux use?  or are there several?
I see comments/references to Van Jacobson's algorithm.
Is that the one used, or a variant of it?

4.      unsigned long   TcpMaxConn;
If TcpMaxConn is dynamic, it can be set to -1.

5.      unsigned long   TcpEstabResets;
Just not updated anywhere.  Is there a (historical) reason for this,
or it's just omitted, or not wanted?


Any comments or corrections?

Thanks,
--
~Randy

<Prev in Thread] Current Thread [Next in Thread>
  • tcp_mib questions, Randy.Dunlap <=