Re: tcp timeout milliseconds

2018-02-06 Thread David Hill
OK dhill@ On Tue, Feb 06, 2018 at 05:10:17PM +0100, Alexander Bluhm wrote: > Hi, > > Historically TCP timeouts were implemented with pr_slowtimo and > pr_fasttimo. That is the reason why we have two timeout mechanisms > with complicated ticks calculation. > > I would like to move to millisecond

Re: tcp timeout milliseconds

2018-02-06 Thread Florian Obser
OK florian@ On Tue, Feb 06, 2018 at 05:10:17PM +0100, Alexander Bluhm wrote: > Hi, > > Historically TCP timeouts were implemented with pr_slowtimo and > pr_fasttimo. That is the reason why we have two timeout mechanisms > with complicated ticks calculation. > > I would like to move to milliseco

tcp timeout milliseconds

2018-02-06 Thread Alexander Bluhm
Hi, Historically TCP timeouts were implemented with pr_slowtimo and pr_fasttimo. That is the reason why we have two timeout mechanisms with complicated ticks calculation. I would like to move to milliseconds and merge them eventually. This makes it easier to see the actual values. Let's get rid